import type { ToolDefinition } from '../../types/tools.js'; export declare const CONTROL_TOOL_SCHEMA: ToolDefinition; export interface ControlToolInput { readonly mode: 'commands' | 'panels' | 'subscriptions' | 'sandbox-presets'; } //# sourceMappingURL=schema.d.ts.map