import type { ConfigChain, RsbuildPlugin } from '@rsbuild/core'; import type { ModuleScopes } from '../../types'; export declare const isPrimitiveScope: (items: unknown[]) => items is Array; export declare const applyScopeChain: (defaults: ModuleScopes, options: ConfigChain) => ModuleScopes; export declare const pluginModuleScopes: (moduleScopes?: ConfigChain) => RsbuildPlugin;