export declare function getProtocolString(protocols: string | ('http' | 'https')[]): string; export declare function getUrlProtocol(p: string): 'https' | 'http';