import type { HookStats, TestStats } from '@wdio/reporter';
import type { Hook, Test } from './types.js';
export declare function mapHooks(hooks: HookStats[]): Hook[];
export declare function mapTests(tests: TestStats[]): Test[];
//# sourceMappingURL=utils.d.ts.map