import { Gen } from "@effect/core/testing/Gen/definition"; /** * Concatenates the specified deterministic generator with this determinstic * generator, resulting in a deterministic generator that generates the values * from this generator and then the values from the specified generator. * @tsplus pipeable-operator effect/core/testing/Gen + * @tsplus static effect/core/testing/Gen.Aspects concat * @tsplus pipeable effect/core/testing/Gen concat * @tsplus location "@effect/core/testing/Gen/operations/concat" */ export declare function concat(that: Gen): (self: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=concat.d.ts.map