/** * Resolve the effective `--global` flag for `auden import`. * * `--no-global` always wins (explicit opt-out). Otherwise, an explicit * `--global` flag wins over the config default. Falls back to the persisted * `discoverGlobal` config value. */ export declare function resolveGlobalFlag(args: { global: boolean; 'no-global': boolean; }, configDiscoverGlobal: boolean): boolean; //# sourceMappingURL=global-flag.d.ts.map