import type { HookContext, TestHooks } from "../../../../types/hooks.js"; declare const _default: () => Promise>; export default _default; export declare function testRunStart(context: HookContext, id: string): Promise; export declare function testWorkerDone(context: HookContext, id: string): Promise; export declare function testRunDone(context: HookContext, id: string): Promise; //# sourceMappingURL=test.d.ts.map