import { CommandModule } from 'yargs'; export interface YargsCommandObject { command: string | ReadonlyArray; description: string; module: CommandModule; }