import { JsonSchemaSourcemap } from '@useoptic/openapi-io'; import { Operation } from 'fast-json-patch'; export declare type JsonPatchesByFile = { [key: string]: Operation[]; }; export declare function groupPatchesWithSourcemap(sourcemap: JsonSchemaSourcemap, flatPatches: Operation[]): JsonPatchesByFile; //# sourceMappingURL=group-patches-with-sourcemap.d.ts.map