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