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