import Command from '@anycli/command'; export default abstract class CommandBase extends Command { protected generate(type: string, generatorOptions?: object): Promise; }