export interface BitmexOptions { apiKeyID?: string; apiKeySecret?: string; testnet?: boolean; proxy?: string; }