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