import type { Fn, IObjectOf } from "@thi.ng/api"; export declare const groupBy: (key: Fn, input: Iterable) => IObjectOf; //# sourceMappingURL=group-by.d.ts.map