/** * `adapters help` and `--help` support. * * @see docs/10-cli-reference.md Section 26 */ /** * Print help for a command or the main help. */ export declare function printHelp(command?: string): void; /** * Print version. */ export declare function printVersion(): void;