import { IStrategy } from '../interface/strategy.interface';
export declare function FeatureFlag(environment: string, enabled: boolean): ClassDecorator;
export declare function FeatureFlag(environment: string, strategies: readonly IStrategy[]): ClassDecorator;