import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function anyMapper(input: any, options?: JsonSchemaOptions): any;