import { Gen } from "@effect/core/testing/Gen/definition"; /** * @tsplus static effect/core/testing/Gen.Ops memo * @tsplus location "@effect/core/testing/Gen/operations/memo" */ export declare function memo(builder: (maxDepth: number) => Gen): (maxDepth?: number) => Gen; //# sourceMappingURL=memo.d.ts.map