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