import type { JSONSchema } from './types'; export declare function toTypescriptTypeDefinition(schema: JSONSchema): string;