import { CollectArtifacts, ToolResult } from "@empiricalrun/shared-types/chat-agent"; import { StrReplaceInputParams } from "./shared/helpers"; export declare function fileInsertExecutor({ input, filePath, absoluteFilePath, repoDir, collectArtifacts, }: { input: StrReplaceInputParams; filePath: string; absoluteFilePath: string; repoDir: string; collectArtifacts?: CollectArtifacts; }): Promise; //# sourceMappingURL=insert.d.ts.map