import { JSONSchema4 } from 'json-schema'; /** * Schemas may define a type as a union of types with one of the types being `null`. * This is the same as defining an optional type. */ export declare function hoistSingletonUnions(def: JSONSchema4): JSONSchema4;