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