import * as C from "./core.js";
export declare function dropLeftover<R, InErr, In, OutErr, L, Z>(self: C.Sink<R, InErr, In, OutErr, L, Z>): C.Sink<R, InErr, In, OutErr, unknown, Z>;
//# sourceMappingURL=dropLeftover.d.ts.map