import { BenchmarkResult, BenchmarkOpts } from "../types"; /**t * Map of results by root suie. * Before running mocha, you must register the root suite here */ export declare const resultsByRootSuite: WeakMap>; /** * Global opts from CLI */ export declare const optsByRootSuite: WeakMap; /** * Map to persist options set in describe blocks */ export declare const optsMap: Map; //# sourceMappingURL=globalState.d.ts.map