import { ApiTraffic } from '../../../traffic/types'; import { IPatchGroup, JsonPatcher } from '../../../patch/incremental-json-patch/json-patcher'; import { JsonSchemaJsonDiffer } from '../json-schema-json-diff/types'; import { OpenAPIV3 } from '@useoptic/openapi-utilities'; import { JsonPath } from '@useoptic/openapi-io'; export declare function addResponseForExample(patcher: JsonPatcher, responsesMapPointer: JsonPath, example: ApiTraffic, jsonSchemaDiffer: JsonSchemaJsonDiffer): { patches: IPatchGroup[]; }; //# sourceMappingURL=new-response.d.ts.map