/** * Tool definitions for the VS Code Agent Server */ import { ToolDefinition } from './types.js'; export declare const TOOL_DEFINITIONS: ToolDefinition[]; //# sourceMappingURL=toolDefinitions.d.ts.map