import { Command } from 'commander'; import { GlobalOptions } from '../types/index.js'; export declare function addGlobalOptions(cmd: Command): Command; export declare function parseGlobalOpts(opts: Record): GlobalOptions;