import { CommandPath } from './CommandPath'; export declare type RecommendCommandFn = (params: { commandPath: CommandPath; }) => string;