import { Producer } from "../.."; export declare type Obj = { [key: string]: T; }; export declare type Obj2 = Obj>; export declare function produceTest(state: T, producer: Producer): import("../..").ProduceReturn; export declare function runMultiple(description: string, testFn: Function): void; declare global { var DEBUG: boolean; }