import { FeatureFlagScope } from './feature-flag.constants';
export interface FeatureFlagOptions {
    scope?: FeatureFlagScope;
}
