import type { JSONSchema } from 'json-schema-to-ts';
export declare function mergeAllOf(a: JSONSchema, b: JSONSchema): JSONSchema;
export declare function mergeAllOfs(schemas: JSONSchema[]): JSONSchema;
//# sourceMappingURL=all-of.d.ts.map