import * as O from "../Option/index.js"; import type { Effect, RIO } from "./effect.js"; /** * Converts an option on errors into an option on values. */ export declare function option(self: Effect, __trace?: string): RIO>; //# sourceMappingURL=option.d.ts.map