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