import Ajv from '@redocly/ajv'; import type { JSONSchemaType } from '@redocly/ajv'; export declare function safeParsePartial(schema: JSONSchemaType, initialData: T): T; export declare const ajv: Ajv; //# sourceMappingURL=safe-parse.d.ts.map