import type { Browser } from "../types";
export declare const getWsEndpoint: (browser: Browser) => Promise<string | null>;
