import type { Reducer } from "./api.js"; /** * Reducer which collects inputs into an array. * * @remarks * Also see {@link pushCopy}, {@link pushKeys}, {@link pushSort}. */ export declare function push(): Reducer; export declare function push(src: Iterable): T[]; //# sourceMappingURL=push.d.ts.map