import type { ApiKeyScope } from '@n8n/permissions';
export declare const OWNER_API_KEY_SCOPES: ApiKeyScope[];
export declare const ADMIN_API_KEY_SCOPES: ApiKeyScope[];
export declare const MEMBER_API_KEY_SCOPES: ApiKeyScope[];
