import type { ShellState } from './state.svelte.js'; export declare const ADMIN_SHELL_CONTEXT: unique symbol; export declare function setAdminShell(shell: ShellState): ShellState; export declare function useAdminShell(): ShellState; export declare function tryUseAdminShell(): ShellState | null; //# sourceMappingURL=context.d.ts.map