export type PrivateClientOptions = { apiKey?: string; apiSecret?: string; apiPassword?: string; wssUrl?: string; watcher_ms?: number; throttle_ms?: number; };