import { FlagResult } from '../types';
export declare function useFlag(flagKey: string, defaultValue?: boolean): FlagResult;
