import type { BooleanLicenseFeature } from '@n8n/constants';
export declare const Licensed: (licenseFeature: BooleanLicenseFeature) => MethodDecorator;
