type FeatureFlags = {
    [flagName: string]: boolean;
};
declare const useFeatureFlags: () => FeatureFlags;
export default useFeatureFlags;
