import type { Command } from 'commander'; import type { Config } from '../../types'; export declare const getGlobalOptions: (program: Command) => Promise;