export declare function setNutrition(calories?: number): { '@type': string; calories: string; } | undefined;