import type { RootContext } from '../shared.js'; export declare function getNavPanelWidth(context: RootContext): number; export declare function setNavPanelWidth(context: RootContext, width: number): void;