import type { Item } from './types';
export declare const ItemData: readonly Item[];
