/**
 * 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<unknown, never, never>;
//# sourceMappingURL=never.d.ts.map