import { type IFlagContextValue } from "./FlagContext";
export declare function useFlagContext(): IFlagContextValue;
