/**
 * @packageDocumentation
 * @module AuthContext
 */
import { AuthContextProviderProps } from './types.js';
/**
 * Auth Context is used to access context in the authentication workflow
 */
export declare const AuthContext: import("react").Context<AuthContextProviderProps | null>;
