import type { RootContext } from '../shared.js'; export declare function drawerPanelsEnabled(context: RootContext): boolean; export declare function setDrawerPanels(context: RootContext, enabled: boolean): void;