import { JsonSchemaObject, JsonSchema, Refs } from "../Types.js";
export declare const parseAnyOf: (schema: JsonSchemaObject & {
    anyOf: JsonSchema[];
}, refs: Refs) => string;
