import { JsonSchema } from "../../domain/JsonSchema.js"; import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function classMapper(value: JsonSchema, options: JsonSchemaOptions): import("json-schema").JSONSchema7;