declare global { interface Window { AUTH_MODE?: 'firebase' | 'central'; } } export declare function shouldUseFirebaseAuth(_hostname?: string): boolean; export declare function shouldRedirectToCentralAuth(_hostname?: string): boolean; //# sourceMappingURL=domainRouting.d.ts.map