import type { TeamAuth } from '../types/index.js';
type SupabaseClient = any;
export declare function resetTeamAuthState(): void;
export declare function useTeamAuth(injectedClient?: SupabaseClient): TeamAuth;
export {};
//# sourceMappingURL=useTeamAuth.d.ts.map