export declare function useGenaiAuth(forceReAuth?: boolean, reAuthTrigger?: number): { isAuthenticating: boolean; authError: string | null; hasToken: boolean; };