/** * Read tool — read files with optional line range. */ import type { Tool } from './index.js'; export declare const readTool: Tool; //# sourceMappingURL=read.d.ts.map