import { FeatureFlagKeysVoInterface } from './feature-flag-keys-vo.interface';
export declare type FeatureFlagMapType = Map<string, FeatureFlagKeysVoInterface>;
