import { CleanSlateApiClient } from "../api/endpoints.js"; import type { EditFoodEntryOutput } from "../types/mcp.js"; /** * Edit an existing food entry * Requires at least one field to update (validated by schema) */ export declare function editFoodEntry(apiClient: CleanSlateApiClient, input: unknown): Promise; //# sourceMappingURL=edit-food-entry.d.ts.map