import { FeatureFlagDecision } from '../models'; export declare function useFeatureFlagDetail(featureKey: number): FeatureFlagDecision;