import { JsonPath } from '@stoplight/types'; import { JSONSchema4 } from 'json-schema'; import { WalkingOptions } from './populateTree'; export declare function mergeOneOrAnyOf(schema: JSONSchema4, combiner: 'oneOf' | 'anyOf', path: JsonPath, options: WalkingOptions): JSONSchema4[];