/** * Workspace file/dir CRUD and command execution: read_workspace_file, * write_workspace_file, create_workspace_file, apply_workspace_patch, * run_workspace_command, output_region, list_workspace_dir. Split out of ../tools.ts * (see that file's history for why) — pure relocation, no behavior change. */ import type { ToolDefinition, ToolHandler } from "../toolTypes"; export declare const WORKSPACE_TOOL_DEFINITIONS: ToolDefinition[]; export declare const WORKSPACE_TOOL_HANDLERS: Record; //# sourceMappingURL=workspace.d.ts.map