default: {
    isTcpPath: ((path: string) => boolean);
    parseTcpPath: ((path: string) => {
        host: string;
        port: number;
    });
}