import { ItemsByCategory, ItemWithCategory } from '../types'; export declare function getItemsByCategory(allItems: ItemWithCategory[]): ItemsByCategory[];