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