import type { ToolDefinition } from '../../types/tools.js'; /** * JSON Schema for the find tool's input. * Supports three modes: files (glob), content (grep), symbols (regex-based extraction). */ export declare const findSchema: ToolDefinition; //# sourceMappingURL=schema.d.ts.map