import type { ScopeMap, Scopes, ScopeType } from './types';
declare const Scope: ScopeMap;
export declare const normalizeScope: (scope?: ScopeType) => Scopes | undefined;
export declare const overrideScope: (resolverScope?: ScopeType, scope?: ScopeType) => ScopeType | undefined;
export default Scope;
