import type { JSONSchema } from "json-schema-typed/draft-2020-12"; import type { Schema } from "../core/index.js"; export declare function convert(schema: JSONSchema.Interface): Schema;