import { AjvJsonSchemaValidator } from '@modelcontextprotocol/server/validators/ajv'; /** * Validates tool arguments with the same engine and options the forked SDK * (@redocly/mcp-typescript-sdk) used internally, so migrating to the upstream * v2 SDK does not change which arguments are accepted. The SDK default would * be a lenient draft-2020-12 engine instead. */ export declare const mcpJsonSchemaValidator: AjvJsonSchemaValidator; //# sourceMappingURL=json-schema-validator.d.ts.map