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