import type { ToolDefinition } from '../../types/tools.js'; /** * JSON Schema for the analyze tool's input. * A mode router for code analysis: impact, dependencies, dead code, * security, coverage, surface, preview, diff, and bundle. */ export declare const analyzeSchema: ToolDefinition; //# sourceMappingURL=schema.d.ts.map