import { MrCommandOptions } from '@cirrusct/mr-core'; export interface ConfigCommandOptions extends MrCommandOptions { list?: boolean; }