import { WebSocket } from "ws"; export declare function createBitFlyerPrivateWs(apiKey: string, apiSecret: string): Promise;