import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Returns a new channel, which flattens the terminal value of this channel. * This function may only be called if the terminal value of this channel is * another channel of compatible types. * @tsplus getter effect/core/stream/Channel flatten * @tsplus location "@effect/core/stream/Channel/operations/flatten" */ export declare function flatten(self: Channel>): Channel; //# sourceMappingURL=flatten.d.ts.map