import { VibeDiyApiConnection } from "./api-connection.js"; export declare function formatWsEvent(event: unknown): string; export declare function createWebSocket(url: string, ca?: string[]): Promise; export declare function getVibesDiyWebSocketConnection(url: string, presetWs?: WebSocket, ca?: string[]): Promise;