import * as CK from "../../../Collections/Immutable/Chunk/index.js";
import type * as C from "./core.js";
export declare function repeat<R, InErr, In, OutErr, L extends In, Z>(self: C.Sink<R, InErr, In, OutErr, L, Z>): C.Sink<R, InErr, In, OutErr, L, CK.Chunk<Z>>;
//# sourceMappingURL=repeat.d.ts.map