import * as C from "../core.js"; /** * Repeats this channel forever */ export declare function repeated(self: C.Channel): C.Channel; //# sourceMappingURL=repeated.d.ts.map