export declare function isLocalhost(hostname: string): boolean;
export declare function isHostAllowed(hostname: string, hosts?: string[] | boolean): boolean;
