import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class GovernanceMetrics extends ClientSDK { getApiV3GovernanceMetrics(options?: RequestOptions): Promise; /** * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ getApiV3StakingMetrics(options?: RequestOptions): Promise; getApiV3GovernanceMetricsName(request: operations.GetApiV3GovernanceMetricsNameRequest, options?: RequestOptions): Promise; /** * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ getApiV3StakingMetricsName(request: operations.GetApiV3StakingMetricsNameRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=governancemetrics.d.ts.map