import { ToolResult } from "@empiricalrun/shared-types/chat-agent"; import { type StrReplaceInputParams } from "../../../tools/file-operations/shared/helpers"; export { getFileInfoFromFS } from "./reader"; export declare function viewFileUsingFileSystem({ input, filePath, absoluteFilePath, }: { input: StrReplaceInputParams; filePath: string; absoluteFilePath: string; }): Promise; //# sourceMappingURL=index.d.ts.map