import { JSONSchema7 } from "json-schema"; export declare const jsonSchemaToTypeScriptText: (jsonSchema: JSONSchema7) => string;