import { IOptions } from './IOptions'; export interface ICLIOptions extends IOptions { readonly config: string; readonly exclude: string[]; readonly identifierNamesCachePath: string; readonly output: string; readonly proApiToken: string; readonly proApiVersion: string; readonly version: string; }