import type { JsonSchema } from '../callspecDocumentTypes'; export declare function schemaToRuntyp(schema: JsonSchema): string; export declare function assertGeneratableValidatorSchema(schema: unknown, label: string): void; export declare function typeNameForExport(exportKey: string): string;