export declare function parseTcpEndpointFromUrl(connectionUrl: string): { host: string; port: number; } | null;