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