export declare class PositionTimerange { 'contract'?: string; 'size'?: string; 'leverage'?: string; 'riskLimit'?: string; 'leverageMax'?: string; 'maintenanceRate'?: string; 'margin'?: string; 'liqPrice'?: string; 'realisedPnl'?: string; 'historyPnl'?: string; 'lastClosePnl'?: string; 'realisedPoint'?: string; 'historyPoint'?: string; 'mode'?: string; 'crossLeverageLimit'?: string; 'entryPrice'?: string; 'time'?: number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }