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 non-empty maps. * @tsplus static effect/core/testing/Gen.Ops mapOf1 * @tsplus location "@effect/core/testing/Gen/operations/mapOf1" */ export declare function mapOf1(key: Gen, value: Gen): Gen>; //# sourceMappingURL=mapOf1.d.ts.map