interface TenantConfig { tenantKey: string; name: string; domain: string[]; firebaseTenantId: string; provider?: string; logo?: string; } export declare function useCurrentTenant(): { currentTenant: TenantConfig | null; isLoading: boolean; error: string | null; }; export {}; //# sourceMappingURL=useCurrentTenant.d.ts.map