import { JSONSchema4 } from 'json-schema'; import { JSONSchema4CombinerName } from '../types'; export declare const getCombiners: (node: JSONSchema4) => JSONSchema4CombinerName[] | void;