export declare class CreatePantryItemDto { productId: number; location?: string; }