import type { Scope } from '../../types.ee';
export declare const REGULAR_PROJECT_ADMIN_SCOPES: Scope[];
export declare const PERSONAL_PROJECT_OWNER_SCOPES: Scope[];
export declare const PROJECT_EDITOR_SCOPES: Scope[];
export declare const PROJECT_VIEWER_SCOPES: Scope[];
export declare const PROJECT_CHAT_USER_SCOPES: Scope[];
