export declare class CrossexHistoricalPosition { 'positionId'?: string; 'userId'?: string; 'symbol'?: string; 'closedType'?: string; 'closedPnl'?: string; 'closedPnlRate'?: string; 'openAvgPrice'?: string; 'closedAvgPrice'?: string; 'maxPositionQty'?: string; 'closedQty'?: string; 'closedValue'?: string; 'fee'?: string; 'liqFee'?: string; 'fundingFee'?: string; 'positionSide'?: string; 'positionMode'?: string; 'leverage'?: string; 'businessType': string; 'createTime'?: string; 'updateTime'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }