import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Repeatedly runs the provided sink. * @tsplus getter effect/core/stream/Sink repeat * @tsplus location "@effect/core/stream/Sink/operations/repeat" */ export declare function repeat(self: Sink): Sink>; //# sourceMappingURL=repeat.d.ts.map