import type * as C from "../core.js"; /** * Returns a new channel, which is the concatenation of all the channels that are written out by * this channel. This method may only be called on channels that output other channels. */ export declare function concatOut(self: C.Channel, OutDone>): C.Channel; //# sourceMappingURL=concatOut.d.ts.map