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