import * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import * as C from "../core.js"; /** * Creates a stream that groups on adjacent keys, calculated by function f. */ export declare function groupAdjacentBy_(self: C.Stream, f: (a: A) => K): C.Stream]>>; /** * Creates a stream that groups on adjacent keys, calculated by function f. * * @ets_data_first groupAdjacentBy_ */ export declare function groupAdjacentBy(f: (a: A) => K): (self: C.Stream) => C.Stream]>>; //# sourceMappingURL=groupAdjacentBy.d.ts.map