import { Command } from '../elements/Command'; import { CommandPath } from '../elements/CommandPath'; import { Section } from 'command-line-usage'; declare const getCommandLineUsageConfiguration: ({ rootCommand, commandPath }: { rootCommand: Command; commandPath: CommandPath; }) => Section[]; export { getCommandLineUsageConfiguration };