import { KaotoSchemaDefinition } from '../models/kaoto-schema'; export declare const getResolvedSchema: (oneOf: KaotoSchemaDefinition['schema'], rootSchema?: KaotoSchemaDefinition['schema']) => import("json-schema").JSONSchema4;