import type { Effect } from "./effect.js"; /** * Repeats this effect forever (until the first error). */ export declare function forever(effect: Effect, __trace?: string): Effect; //# sourceMappingURL=forever.d.ts.map