import type fallbackFeatureGates from '../../__generated__/default_feature_gates'; type FeatureGateName = keyof typeof fallbackFeatureGates; export declare const useFeatureGate: (name: FeatureGateName) => boolean; export {}; //# sourceMappingURL=useFeatureGate.d.ts.map