import * as C from "../core.js";
/**
 * Repeats this channel forever
 */
export declare function repeated<Env, InErr, InElem, InDone, OutErr, OutElem, OutDone>(self: C.Channel<Env, InErr, InElem, InDone, OutErr, OutElem, OutDone>): C.Channel<Env, InErr, InElem, InDone, OutErr, OutElem, OutDone>;
//# sourceMappingURL=repeated.d.ts.map