import { JsonPath } from '@stoplight/types'; import { JSONSchema4 } from 'json-schema'; import { WalkingOptions } from './populateTree'; export declare const mergeAllOf: (schema: JSONSchema4, path: JsonPath, opts: WalkingOptions) => any;