export declare class CreateStockPartnerDto { quantity: number; oldQuantity: number; newQuantity: number; partner_id: string; currency_id: string; }