import { M as Maybe } from './Maybe-58ee2d71.js'; /** * Takes an array and returns an object with the keys of the array * mapped to the items of the array */ declare function groupBy(array: Maybe, getter: (item: T) => K): Partial>; export { groupBy as g };