import { Content } from '../../base/Content'; export declare class UpdateCvsOrder extends Content { protected requestPath: string; constructor(merchantID?: string, hashKey?: string, hashIV?: string); protected initContent(): void; setAllPayLogisticsID(id: string): this; setShipmentDate(date: Date | string): this; setReceiverStoreID(storeId: string): this; validate(): void; }