/// <reference types="vitest" />
/// <reference types="node" />
// This file makes Vitest/Node types available to TypeScript when tests
// are type-checked without an explicit tsconfig (e.g., via
// `npx tsc --noEmit --skipLibCheck test/**/*.ts`).
// Do not export anything from this file.