import { Gen } from "@effect/core/testing/Gen/definition"; import { Sized } from "@effect/core/testing/Sized"; import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * A sized generator of maps. * @tsplus static effect/core/testing/Gen.Ops mapOf * @tsplus location "@effect/core/testing/Gen/operations/mapOf" */ export declare function mapOf(key: Gen, value: Gen): Gen>; //# sourceMappingURL=mapOf.d.ts.map