import type { Scope } from '@n8n/permissions';
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[];