declare function getCurrentTenantAsync(): Promise; export declare const useCurrentTenant: () => { currentTenant: string | null; setCurrentTenant: (tenantId: string) => void; getCurrentTenantAsync: typeof getCurrentTenantAsync; }; export {}; //# sourceMappingURL=currentTenant.d.ts.map