export declare function getIsHostnameAuthorized(params: { allowedHostnames: string[]; hostname: string; }): boolean;