import { Command } from'commander';
/**
* Note: `$` is used to indicate that this function is not a pure function - it registers an option in the CLI
*
* @private utility of CLI
*/export declare function$addGlobalOptionsToCommand(command: Command): void;