import type { Scope } from '@n8n/permissions';
export declare const GLOBAL_OWNER_SCOPES: Scope[];
export declare const GLOBAL_ADMIN_SCOPES: Scope[];
export declare const GLOBAL_MEMBER_SCOPES: Scope[];
