import { Command, Commands } from "./definitions"; export declare function printCommandHelp(command: string, val: Command): void; export declare function printOverviewHelp(opts: { name?: string; info?: string; version?: string; commands: Commands; }): void;