declare const useExperiment: (experimentId: string, variantIndex: number) => boolean; export default useExperiment;