import { Arbitrary } from 'fast-check/lib/types/check/arbitrary/definition/Arbitrary' export type Arbitraries = { [K in keyof Ts]: Arbitrary }