import type { FoodItem } from "../types.js"; export declare function foodCompleteness(food: Pick): "low" | "medium" | "high"; export declare function makeFoodId(source: string, sourceId: string): string;