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 TransactionCount extends ClientSDK { /** * List aggregated transaction count for chain key ledgers */ listChainKeyTransactionCountApiV1ChainKeyLedgersTransactionCountGet(request?: operations.ListChainKeyTransactionCountApiV1ChainKeyLedgersTransactionCountGetRequest | undefined, options?: RequestOptions): Promise; /** * List aggregated transaction count */ listChainKeyTransactionCountApiV2TransactionCountGet(request?: operations.ListChainKeyTransactionCountApiV2TransactionCountGetRequest | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=transactioncount.d.ts.map