import type { AuthPrincipal } from '../types.ee';
export declare const getGlobalScopes: (principal: AuthPrincipal) => import("../types.ee").Scope[];
