import { Command, flags } from "@oclif/command"; export default class Generate extends Command { static description: string; static examples: string[]; static flags: flags.Input; run(): Promise; }