import baseDialectJSON from './dialect/base.json'; export default baseDialectJSON; export declare const schemasByID: { [k: string]: { $id: string; $schema: string; title: string; description: string; $vocabulary: { "https://json-schema.org/draft/2020-12/vocab/core": boolean; "https://json-schema.org/draft/2020-12/vocab/applicator": boolean; "https://json-schema.org/draft/2020-12/vocab/unevaluated": boolean; "https://json-schema.org/draft/2020-12/vocab/validation": boolean; "https://json-schema.org/draft/2020-12/vocab/meta-data": boolean; "https://json-schema.org/draft/2020-12/vocab/format-annotation": boolean; "https://json-schema.org/draft/2020-12/vocab/content": boolean; "https://spec.openapis.org/oas/3.1/vocab/base": boolean; }; $dynamicAnchor: string; allOf: { $ref: string; }[]; } | { $id: string; $schema: string; title: string; description: string; $vocabulary: { "https://spec.openapis.org/oas/3.1/vocab/base": boolean; }; $dynamicAnchor: string; type: string[]; properties: { example: boolean; discriminator: { $ref: string; }; externalDocs: { $ref: string; }; xml: { $ref: string; }; }; $defs: { extensible: { patternProperties: { "^x-": boolean; }; }; discriminator: { $ref: string; type: string; properties: { propertyName: { type: string; }; mapping: { type: string; additionalProperties: { type: string; }; }; }; required: string[]; unevaluatedProperties: boolean; }; "external-docs": { $ref: string; type: string; properties: { url: { type: string; format: string; }; description: { type: string; }; }; required: string[]; unevaluatedProperties: boolean; }; xml: { $ref: string; type: string; properties: { name: { type: string; }; namespace: { type: string; format: string; }; prefix: { type: string; }; attribute: { type: string; }; wrapped: { type: string; }; }; unevaluatedProperties: boolean; }; }; }; };