import { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers'; declare global { namespace Vi { type JestAssertion = jest.Matchers & TestingLibraryMatchers; } }