import { AuthContextValue } from '../../../hooks/auth/types'; export declare const AuthContextProvider: import('react').Provider, useAuthProvider: (options?: import('fastapi-rtk/utils').SafeContextOptions) => AuthContextValue;