import type { TestAPI } from 'vitest';
import type { ExtraContext } from './types.js';
export declare const testAPIRefined: TestAPI<ExtraContext>;
