export declare function initializeWebsocketConnection(address: string): Promise<{ closeConnection: () => void; }>;