export declare class TxConnectorConnection { private _host; private _port; private _path; constructor(); host: string; port: string; path: string; readonly service: string; isDefined(): boolean; parse(service: any, path: any): void; getUrl(): string; getFullUrl(): string; getService(): string; isInit(): boolean; }