import { ClientSDK } from "../lib/sdks.js"; import { AccountBalances } from "./accountbalances.js"; import { Accounts } from "./accounts.js"; import { Blocks } from "./blocks.js"; import { Canisters } from "./canisters.js"; import { CirculatingSupply } from "./circulatingsupply.js"; import { Images } from "./images.js"; import { Ledgers } from "./ledgers.js"; import { TotalBurnedPerDay } from "./totalburnedperday.js"; import { TotalNewAccountsPerDay } from "./totalnewaccountsperday.js"; import { TotalSupply } from "./totalsupply.js"; import { TransactionCount } from "./transactioncount.js"; import { Transactions } from "./transactions.js"; import { TransactionVolume } from "./transactionvolume.js"; export declare class Icrcmcp extends ClientSDK { private _accountBalances?; get accountBalances(): AccountBalances; private _accounts?; get accounts(): Accounts; private _blocks?; get blocks(): Blocks; private _canisters?; get canisters(): Canisters; private _circulatingSupply?; get circulatingSupply(): CirculatingSupply; private _images?; get images(): Images; private _ledgers?; get ledgers(): Ledgers; private _totalBurnedPerDay?; get totalBurnedPerDay(): TotalBurnedPerDay; private _totalNewAccountsPerDay?; get totalNewAccountsPerDay(): TotalNewAccountsPerDay; private _transactions?; get transactions(): Transactions; private _transactionCount?; get transactionCount(): TransactionCount; private _transactionVolume?; get transactionVolume(): TransactionVolume; private _totalSupply?; get totalSupply(): TotalSupply; } //# sourceMappingURL=sdk.d.ts.map