import { FeatureFlagGuardOptions } from '../interfaces/feature-flag.interface'; export declare function FeatureFlag(flagKey: string, options?: FeatureFlagGuardOptions): ClassDecorator & MethodDecorator;