import { XmlRpcHelper } from "./xmlrpc-helper"; class XmlRpc { constructor( private helper: XmlRpcHelper ) { console.log(helper); } }