import { CCliColor } from './c-cli-color'; export interface UsageOptions { color: CCliColor; columns: number; indentation: string; }