import { Experiment } from '../experiment/types';
export declare const resetExperiments: () => void;
export declare const setValidationFailures: (count: number) => void;
export declare const EXPERIMENTS: Record<string, Experiment>;
export declare const handlers: import("msw").HttpHandler[];
