import { Gen } from "@effect/core/testing/Gen/definition"; /** * Discards the shrinker for this generator. * @tsplus getter effect/core/testing/Gen noShrink * @tsplus location "@effect/core/testing/Gen/operations/noShrink" */ export declare function noShrink(self: Gen): Gen; //# sourceMappingURL=noShrink.d.ts.map