Argument of type 'typeof import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/esm/types/fast-check", { with: { "resolution-mode": "import" } })' is not assignable to parameter of type 'typeof import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/types/fast-check")'.
// snip
Types of parameters 'mrng' and 'mrng' are incompatible.
Type 'import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/esm/types/random/generator/Random", { with: { "resolution-mode": "import" } }).Random' is not assignable to type 'import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/types/random/generator/Random").Random'.ts(2345)
Argument of type 'typeof import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/esm/types/fast-check", { with: { "resolution-mode": "import" } })' is not assignable to parameter of type 'typeof import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/types/fast-check")'.
// snip
Types of parameters 'mrng' and 'mrng' are incompatible.
Type 'import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/esm/types/random/generator/Random", { with: { "resolution-mode": "import" } }).Random' is not assignable to type 'import("/node_modules/.pnpm/fast-check@3.13.2/node_modules/fast-check/lib/types/random/generator/Random").Random'.ts(2345)