import { FeatureFlags } from "@webiny/feature-flags"; import { GetFeatureFlags } from "../abstractions/index.js"; declare class GetFeatureFlagsWithLicenseDecorator implements GetFeatureFlags.Interface { private decoratee; constructor(decoratee: GetFeatureFlags.Interface); execute(): Promise; private getLicenseFromEnv; private applyLicense; } export declare const getFeatureFlagsWithLicense: typeof GetFeatureFlagsWithLicenseDecorator & { __abstraction: import("@webiny/di").Abstraction; }; export {};