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