import { type Ctx } from "../lib/scope.js"; export declare function fileEdit(args: { path: string; oldString: string; newString: string; targetAccountId?: string; }, ctx: Ctx): import("../lib/result.js").ToolResult; //# sourceMappingURL=file-edit.d.ts.map