export default interface Commands { delete(): void; canDelete(): boolean; }