import type { BooleanLicenseFeature } from '../Interfaces';
export declare const Licensed: (features: BooleanLicenseFeature | BooleanLicenseFeature[]) => (target: Function | object, handlerName?: string) => void;
