import { Item } from "./types"; export declare function groupItems(items: Item[]): Item[][];