import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a effect that will never produce anything. The moral equivalent of * `while(true) {}`, only without the wasted CPU cycles. * @tsplus static effect/core/io/Effect.Ops never * @tsplus location "@effect/core/io/Effect/operations/never" */ export declare const never: Effect; //# sourceMappingURL=never.d.ts.map