/**
 * @module itemCategory
 * @description A list of itemCategory
 */
export declare const itemCategory: {
    name: string;
    description: string;
}[];
