import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class DiscoveryV1 extends ClientSDK { /** * GetPingServiceEndpointsDeprecated * * @remarks * Returns an array of V1 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. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ getPingServiceEndpointsDeprecated(options?: RequestOptions): Promise>; } //# sourceMappingURL=discoveryv1.d.ts.map