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