import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that performs the outer effect first, followed by the * inner effect, yielding the value of the inner effect. * * This method can be used to "flatten" nested effects. * @tsplus static effect/core/io/Effect.Ops flatten * @tsplus getter effect/core/io/Effect flatten * @tsplus location "@effect/core/io/Effect/operations/flatten" */ export declare function flatten(self: Effect>): Effect; //# sourceMappingURL=flatten.d.ts.map