import type { Scope, ScopeLevels, MaskLevels } from '../types.ee'; export declare function combineScopes(userScopes: ScopeLevels, masks?: MaskLevels): Set;