export interface CommandInterface {
    execute(): Promise<any>;
}
//# sourceMappingURL=command.d.ts.map