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