export declare class CreateIngredientDto { productId: number; quantity: number; unit: string; note?: string; }