import { Sample } from "@effect/core/testing/Sample/definition"; /** * @tsplus static effect/core/testing/Sample.Ops shrinkIntegral * @tsplus location "@effect/core/testing/Sample/operations/shrinkIntegral" */ export declare function shrinkIntegral(smallest: number): (a: number) => Sample; //# sourceMappingURL=shrinkIntegral.d.ts.map