import { TwoColumnTableRow } from './two-column-table'; import { RenderCCliDescriptionOptions } from './c-cli-description'; import { CCliCommandGroup } from './c-cli-command-group'; /** [command path, description] */ export declare function usageSubcommandRowsFactory(commandGroup: CCliCommandGroup, input: RenderCCliDescriptionOptions): TwoColumnTableRow[]; //# sourceMappingURL=usage-subcommand-rows.d.ts.map