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