/** * ### The `@exodus/test` package consists of submodules, there is no single export. * Import specific submodules instead. * * Straightforward setups: * 1. Import `node:test` and run with `@exodus/test` * 2. Use jest globals and run with `@exodus/test --jest` * 3. Import `@exodus/test/tape` instead of tape or tap and run with `@exodus/test` (or `node`) * * See [README](https://github.com/ExodusOSS/test/blob/main/README.md). */ declare module '@exodus/test' {}