import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class MetricsV1 extends ClientSDK { /** * GetMetricsDeprecated * * @remarks * Get metrics for a [process](https://hathora.dev/docs/concepts/hathora-entities#process) using `appId` and `processId`. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ getMetricsDeprecated(request: operations.GetMetricsDeprecatedRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=metricsv1.d.ts.map