import { Command } from '../elements/Command'; import { CommandPath } from '../elements/CommandPath'; declare const recommendCommand: ({ rootCommand, commandPath }: { rootCommand: Command; commandPath: CommandPath; }) => string; export { recommendCommand };