import { Generator, GeneratorOptions } from '@runtyping/generator'; type IoTsGeneratorOptions = Omit; export default class IoTsGenerator extends Generator { constructor(options: IoTsGeneratorOptions); } export {};