import { Content } from '../base/Content'; export declare class QueryLogisticsOrder extends Content { protected requestPath: string; protected initContent(): void; setAllPayLogisticsID(id: string): this; setTimeStamp(timestamp: number): this; validate(): void; }