import fc from "fast-check"; import type { EntityTypesConfig } from "./index.js"; export declare function makeFastCheckArbitraries(entityConfigs: T): { TenantScopedEntityTypeArbitrary: fc.Arbitrary; CrossTenantEntityTypeArbitrary: fc.Arbitrary; IdDateArbitrary: fc.Arbitrary; TenantIdArbitrary: fc.Arbitrary; TenantScopedIdArbitrary: fc.Arbitrary>; CrossTenantIdArbitrary: fc.Arbitrary>; }; //# sourceMappingURL=fast-check.d.ts.map