import { CommandInterface } from "./interface/command";
export declare class CommandInvoker {
    protected command: CommandInterface;
    setCommand(command: CommandInterface): CommandInvoker;
    run(): Promise<any>;
}
//# sourceMappingURL=commandInvoker.d.ts.map