import { type InMemoryFileStorage } from './InMemoryFileStorage'; export declare class FileStorageToolExecutor { private storage; constructor(storage: InMemoryFileStorage); execute(storageId: string, toolName: string, rawArguments: string): string; private listFiles; private searchFiles; private mergeContextRanges; private readFile; private readFileLines; private resolveLineRange; private findFileByPath; private fileNotFoundMessage; private formatLinesWithNumbers; }