export interface Command { execute(): Promise | boolean | null | Error>; validate?(): boolean; }