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 Proposals extends ClientSDK { getApiV3Proposals(request?: operations.GetApiV3ProposalsRequest | undefined, options?: RequestOptions): Promise; getApiV3NnsParticipationRate(request?: operations.GetApiV3NnsParticipationRateRequest | undefined, options?: RequestOptions): Promise; getApiV3ProposalsProposalId(request: operations.GetApiV3ProposalsProposalIdRequest, options?: RequestOptions): Promise; getApiV3ProposalsCount(options?: RequestOptions): Promise; getApiV3LatestProposalId(options?: RequestOptions): Promise; /** * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ getApiV3MetricsLatestProposalId(options?: RequestOptions): Promise; getApiV3ProposalsOverPast7d(options?: RequestOptions): Promise; } //# sourceMappingURL=proposals.d.ts.map