import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class DiscoveryV2 extends ClientSDK { /** * GetPingServiceEndpoints * * @remarks * Returns an array of all regions with a host and port that a client can directly ping. Open a websocket connection to `wss://:/ws` and send a packet. To calculate ping, measure the time it takes to get an echo packet back. */ getPingServiceEndpoints(options?: RequestOptions): Promise>; } //# sourceMappingURL=discoveryv2.d.ts.map