import type { Effect } from "./effect.js"; /** * Returns an effect that ignores errors and runs repeatedly until it eventually succeeds. */ export declare function eventually(fa: Effect, __trace?: string): Effect; //# sourceMappingURL=eventually.d.ts.map