/** * A hook that returns the variant key of a feature flag. * @param flag - the feature flag in question * @returns */ export declare function useFeatureFlagVariantKey(flag: string): string | boolean | undefined;