import { Gen } from "@effect/core/testing/Gen/definition"; /** * A generator of booleans. Shrinks toward 'false'. * @tsplus static effect/core/testing/Gen.Ops boolean * @tsplus location "@effect/core/testing/Gen/operations/boolean" */ export declare const boolean: Gen; //# sourceMappingURL=boolean.d.ts.map