import * as C from "../core.js"; /** * 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. */ export declare function flatten(self: C.Channel>): C.Channel; //# sourceMappingURL=flatten.d.ts.map