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