import { JSONSchema7, JSONSchema7TypeName } from "json-schema"; /** * Normalize a JSON schema into a basic type, by inspecting things like enum, anyOf, etc * @param type * @returns */ export declare function getJSONSchemaType(type: JSONSchema7): JSONSchema7TypeName;