import type { Option } from "../Option/index.js"; import type { Effect } from "./effect.js"; /** * Unwraps the optional success of this effect, but can fail with an None value. */ export declare function get(self: Effect>, __trace?: string): Effect, A>; //# sourceMappingURL=get.d.ts.map