export declare function extractHostname(url: string): string; export declare function extractRootDomain(url: string): string; export declare function randomBridgeIndex(): number; export declare function selectRandomBridgeUrl(): string; export declare function shouldSelectRandomly(url: string): boolean; export declare function getBridgeUrl(url: string): string; //# sourceMappingURL=url.d.ts.map