// Side-effect-only module: installs a `jest` global backed by Vitest's `vi`. // (Type-only marker so this is a module without an empty `export {}` specifier.) export type VitestNativeJestCompatSetup = void;