/** * True once the active profile has a non-expired access token. * * Re-checks on `bf-profile-storage-change` (same-tab login, profile switch) * and on `storage` (another tab), so a caller gated on it starts as soon as * the token appears rather than waiting for an unrelated re-render. */ export declare function useHasAuthToken(): boolean; //# sourceMappingURL=useHasAuthToken.d.ts.map