import { Command } from '../elements/Command'; import { RecommendCommandFn } from '../elements/RecommendCommandFn'; declare const getRecommendCommand: ({ rootCommand }: { rootCommand: Command; }) => RecommendCommandFn; export { getRecommendCommand };