export interface ICommand { uuid: string cmd: () => Promise }