export declare const food: {
    fruit: string[];
    vegetable: string[];
    breakfast: string[];
    lunch: string[];
    dinner: string[];
    snack: string[];
    dessert: string[];
};
