import * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import * as C from "../core.js"; /** * Emits a sliding window of n elements. */ export declare function sliding_(self: C.Stream, chunkSize: number, stepSize?: number): C.Stream>; /** * Emits a sliding window of n elements. * * @ets_data_first sliding_ */ export declare function sliding(chunkSize: number, stepSize?: number): (self: C.Stream) => C.Stream>; //# sourceMappingURL=sliding.d.ts.map