export interface Connection { protocol: string; address: string; port: string; uri: string; local: string; } //# sourceMappingURL=Connection.d.ts.map