/** * Look up the food item result for a given refCode. * @param refCode - The refCode for the query. * @returns A `Promise` resolving to a `PassioFoodItem` object if the record exists in the database or `null` if not. */fetchFoodItemForRefCode( refCode: RefCode ): Promise<PassioFoodItem |null>