import type { GlobalCLIPluginConfigScope } from '@ones-open/cli-utils'; declare function loadScopeMap(scopeConfigPath?: string): Promise>; declare function getScopeList(scopeConfigMap?: Map): Promise; declare function getReadableScopeListStr(scopeConfigMap?: Map): Promise; interface UpdateScopeIntoGlobalPluginConfigOptions { configPath: string; strategy: 'merge' | 'replace'; } declare function updateScopeIntoGlobalPluginConfig(scopeConfigMap: Map, options?: UpdateScopeIntoGlobalPluginConfigOptions): Promise; export { loadScopeMap, getScopeList, getReadableScopeListStr, updateScopeIntoGlobalPluginConfig }; //# sourceMappingURL=index.d.ts.map