import { type Connection, type WebSocketFactory } from "./types.js";
export declare function getConnection(endpoint: string, webSocketFactory: WebSocketFactory): Connection;
