import { type Context as AjvContext } from '@redocly/ajv/dist/2020.js'; import type { Oas3Responses } from '@redocly/openapi-core'; import { type Check, type StepCallContext, type TestContext } from '../../../types.js'; export declare function checkSchema({ stepCallCtx, descriptionOperation, ctx, ajvContext, }: { stepCallCtx: StepCallContext; descriptionOperation?: any; ctx: TestContext; ajvContext?: AjvContext; }): Check[]; type ResponseContent = NonNullable; export declare function resolveContentByType(content: ResponseContent | undefined, contentType: string): ResponseContent[string] | undefined; export declare function statusCodeDiff(actual: unknown, expected: E[]): string; export {}; //# sourceMappingURL=schema-checker.d.ts.map