export declare class ProductInventoryDto { source: string; loadType: string; isRealtimeInventory: boolean; id?: string; constructor(d?: ProductInventoryDto); }