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