import type { IAuthContext } from './types'; export declare function useAuthContext(): IAuthContext;