import type { OpenAPIObject } from 'openapi3-ts/oas31'; import type { JSONSchema7 } from 'json-schema'; export declare function compileJSONSchemaToTypeScriptType(schema: JSONSchema7, typeName: string, components?: NonNullable, options?: { dontCreateRefTypes?: boolean; }): string;