import Command from '../../command'; import Bluebird from 'bluebird'; export default class RootCommand extends Command { execute(): Bluebird; } //# sourceMappingURL=root.d.ts.map