import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Repeats this channel forever. * @tsplus getter effect/core/stream/Channel repeated * @tsplus location "@effect/core/stream/Channel/operations/repeated" */ export declare function repeated(self: Channel): Channel; //# sourceMappingURL=repeated.d.ts.map