import Command from '../Command'; export default class DIGenerateCommand extends Command { signature: string; description: string; handle(): Promise; } //# sourceMappingURL=DIGenerateCommand.d.ts.map