import type { JsonSchema } from "../../domain/JsonSchema.js"; export declare function nullableMapper(obj: any, schema: JsonSchema | null): any;