import { IToolFormatter } from './ToolFormatterRegistry.js'; import { ExtendedToolExecutionResult } from './types.js'; /** * 文件操作工具格式化器 */ export declare class FileFormatter implements IToolFormatter { name: string; supportedTools: string[]; format(result: ExtendedToolExecutionResult): string; private formatReadResult; private formatWriteResult; private formatListResult; private formatGrepResult; private formatGlobResult; private formatGenericResult; private formatSize; formatError(error: Error): string; } //# sourceMappingURL=FileFormatter.d.ts.map