import { AppShellContextValue } from '../model/app-shell.types'; export declare const AppShellContext: import('../../../../node_modules/.pnpm/react@19.1.1/node_modules/react').Context; export declare function useOptionalAppShell(): AppShellContextValue | null; export declare function useAppShell(): AppShellContextValue; //# sourceMappingURL=app-shell-context.d.ts.map