import type { Scope } from '../../types.ee'; export declare const GLOBAL_OWNER_SCOPES: Scope[]; export declare const GLOBAL_ADMIN_SCOPES: Scope[]; export declare const GLOBAL_MEMBER_SCOPES: Scope[]; export declare const GLOBAL_CHAT_USER_SCOPES: Scope[];