import { OpenAPIDiffingQuestions, ResponseMatchType } from '../../../read/types'; import { ApiTraffic } from '../../../traffic/types'; import { EitherDiffResult } from '../../types'; import { MatchedOperationPath } from '../path-method-operation-diff'; import { JsonSchemaJsonDiffer } from '../json-schema-json-diff/types'; export declare function responsesDiffer(openApiQuestions: OpenAPIDiffingQuestions, jsonSchemaDiffer?: JsonSchemaJsonDiffer): { responseDiffsForTraffic: (apiTraffic: ApiTraffic, operationMatch: MatchedOperationPath) => EitherDiffResult; responseContentDiffsForTraffic: (apiTraffic: ApiTraffic, responseMatch: ResponseMatchType) => EitherDiffResult; }; //# sourceMappingURL=index.d.ts.map