import type { Fn } from "@thi.ng/api"; import type { ReductionFn } from "../api.js"; /** * Helper HOF yielding a buffer drain completion function for some * transducers. * * @param buf - * @param complete - * @param reduce - * * @internal */ export declare const __drain: (buf: T[], complete: Fn, reduce: ReductionFn) => (acc: T[]) => any; //# sourceMappingURL=drain.d.ts.map