import { CCliCommandGroup } from './c-cli-command-group'; import { UsageOptions } from './usage-options'; export declare function usageForCommandGroup({ current, parents, }: { current: CCliCommandGroup; parents: CCliCommandGroup[]; }, { indentation, color, columns }: UsageOptions): string[]; //# sourceMappingURL=usage-for-command-group.d.ts.map