import type { Scope } from '@n8n/permissions';
export declare const GlobalScope: (scope: Scope | Scope[]) => (target: Function | object, handlerName?: string) => void;
export declare const ProjectScope: (scope: Scope | Scope[]) => (target: Function | object, handlerName?: string) => void;