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