import type { Command } from 'commander'; declare const inherit_global_option: (global_command: Command, action_command: Command, name: string) => void; declare const GLOBAL_OPTION_NAMES: string[]; declare const register_global_option_propagation: (program: Command) => void; export { inherit_global_option, register_global_option_propagation, GLOBAL_OPTION_NAMES }; //# sourceMappingURL=global-opts.d.ts.map