export declare function readTool(input: unknown): Promise<{ content: string; totalLines: number; truncated: boolean; startLine: number; }>;