import { type mock as mockType } from 'node:test';
export type MockTracker = typeof mockType;
declare const mock: MockTracker;
export { mock };
