export interface ConsumablesFoodResponse { name: string; rarity: number; type: string; effect: string; hasRecipe: boolean; description: string; proficiency: number; recipe?: { item: string; quantity: number; }[]; } //# sourceMappingURL=ConsumablesFood.d.ts.map