import { JsonType } from "../types"; /** * A hook that returns the payload of a feature flag. * @param flag - the feature flag in question * @returns */ export declare function useFeatureFlagPayload(flag: string): JsonType | undefined;