export declare const parseElectrumUrl: (url: string) => { host: string; port: number; protocol: "t" | "s"; } | undefined; //# sourceMappingURL=parseElectrumUrl.d.ts.map