/** * Returns a effect that will never produce anything. The moral equivalent of * `while(true) {}`, only without the wasted CPU cycles. */ export declare const never: import("./effect.js").Effect; //# sourceMappingURL=never.d.ts.map