import type { RootContext } from '../shared.js'; export declare function isNavPanelOpen(context: RootContext): boolean; export declare function setNavPanelState(context: RootContext, open: boolean): void;