export interface ICommand {
    execute(): void;
    unexecute(): void;
}
//# sourceMappingURL=ICommand.d.ts.map