export type BybitFuturesLoginParameters = { apiKey: string; apiSecret: string; useTestnet?: boolean; };