import type { ApplyPatchArgs } from "./types.js"; export declare function parsePatch(patch: string): ApplyPatchArgs; //# sourceMappingURL=parser.d.ts.map