import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * @tsplus static effect/core/stream/Sink.Ops leftover * @tsplus location "@effect/core/stream/Sink/operations/leftover" */ export declare function leftover(chunk: Chunk): Sink; //# sourceMappingURL=leftover.d.ts.map