import { Exit } from "@effect/core/io/Exit/definition"; /** * Flattens an `Exit` of an `Exit` into a single `Exit` value. * @tsplus getter effect/core/io/Exit flatten * @tsplus location "@effect/core/io/Exit/operations/flatten" */ export declare function flatten(self: Exit>): Exit; //# sourceMappingURL=flatten.d.ts.map