import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Perfoms the specified operation while "zoomed in" on the `Some` case of an * `Maybe`. * @tsplus static effect/core/io/Effect.Aspects someWith * @tsplus pipeable effect/core/io/Effect someWith * @tsplus location "@effect/core/io/Effect/operations/someWith" */ export declare function someWith(f: (effect: Effect, A>) => Effect, A1>): (self: Effect>) => Effect>; //# sourceMappingURL=someWith.d.ts.map