import { Content } from '../base/Content'; import { LogisticsSubType } from '../enums/LogisticsSubType'; export declare class PrintTradeDocument extends Content { protected requestPath: string; protected allPayLogisticsIDs: string[]; setAllPayLogisticsID(id: string): this; setAllPayLogisticsIDs(ids: string[]): this; addLogisticsID(id: string): this; setLogisticsSubType(subType: LogisticsSubType): this; validate(): void; useUnimartB2C(): this; useFamiB2C(): this; useHilifeB2C(): this; useTcat(): this; usePost(): this; }