import type { AffectedPaths, ApplyPatchFileChange } from "./types.js"; export declare function applyPatch(patch: string, cwd: string): Promise<{ summary: string; affected: AffectedPaths; files: ApplyPatchFileChange[]; }>; //# sourceMappingURL=apply.d.ts.map