export declare function getErrorCode(error: unknown): string; export declare function generateRandomAuthoritySegment(): string; export declare function matchHost(host: string, patterns: string[]): boolean; export declare function matchAnyHost(hosts: (string | undefined)[], patterns: string[]): boolean;