import type * as Mocha from "mocha"; declare const store: { pending: boolean; inlineSnaps: Map; fileSnaps: Map; indexes: Map>; curTest: Mocha.Test | undefined; }; export { store as default }; export declare const mochaHooks: { beforeAll(): void; beforeEach(this: Mocha.Context): void; afterAll(): void; };