import type { TestContext as TestContextType } from './types.js'; declare module 'vitest' { interface TestContext extends TestContextType { } } declare module '@vitest/runner' { interface TestContext extends TestContextType { } }