import { Command } from 'commander'; import { AbstractAction } from '../abstract/abstract.action'; export declare class ModuleAction extends AbstractAction { handle(this: Command): Promise; }