export declare const mochaHooks: {
    beforeAll(): void;
    beforeEach(): void;
    afterEach(): void;
    afterAll(): void;
};
//# sourceMappingURL=setup.d.ts.map