import type { Scope } from '@n8n/permissions';
export declare const GlobalScope: (scope: Scope) => MethodDecorator;
export declare const ProjectScope: (scope: Scope) => MethodDecorator;
