import { OpenAPIDiffingQuestions } from '../../../read/types'; import { EitherDiffResult } from '../../types'; import { ApiTraffic } from '../../../traffic/types'; export declare function shouldDiffAgainstThisSpec(openApiQuestions: OpenAPIDiffingQuestions): { responseDiffsForTraffic: (apiTraffic: ApiTraffic) => EitherDiffResult; }; //# sourceMappingURL=index.d.ts.map