import { FlagValue } from '../client/FlagsClient';
declare const useFlag: (flagName: string) => FlagValue | undefined;
export default useFlag;
