import type { JsonSchema } from "../../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function ofMapper(input: (any | JsonSchema)[], options: JsonSchemaOptions): any[];