export interface AuthState { isAuthenticated: boolean; } export declare const authContext: { __context__: AuthState; };