/** * TypeScript type generation from TONL schemas */ import type { TONLSchema } from './types.js'; /** * Generate TypeScript type definitions from a TONL schema */ export declare function generateTypeScript(schema: TONLSchema, options?: { exportAll?: boolean; readonly?: boolean; strict?: boolean; }): string; //# sourceMappingURL=generator.d.ts.map