import type { JsonSchema } from "../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../interfaces/JsonSchemaOptions.js"; export declare function alterOneOf(obj: any, schema: JsonSchema, options: JsonSchemaOptions): any;