import { ConfigureProps } from "./types"; declare const mxSDK: () => { configure: ({ chainId, retry, customBaseURL, headers, }?: ConfigureProps) => void; nfts: (query?: import("./types").NftQuery) => Promise; nftDetails: (nft: string) => Promise; xExchangeEconomics: () => Promise; xExchangePairs: (query?: import("./types").XExchangePairsQuery) => Promise; xExchangePairsCount: () => Promise; xExchangeTokens: (query?: import("./types").XExchangeTokensQuery) => Promise; xExchangeTokensCount: () => Promise; xExchangeTokenDetails: (identifier: string) => Promise; xExchangeFarms: (query?: import("./types").XExchangeFarmsQuery) => Promise; xExchangeFarmsCount: () => Promise; xExchangePairDetails: (baseId: string, quoteId: string) => Promise; waitingList: (query?: import("./types").WaitingListQuery) => Promise; waitingListCount: () => Promise; accountUsernameDetails: (username: string) => Promise; transfers: (query?: import("./types").TransfersQuery) => Promise; transfersCount: (query?: import("./types").TransfersCountQuery) => Promise; transactionList: (query?: import("./types").TransactionListQuery) => Promise; sendTransaction: (data: import("./types").TransactionCreate) => Promise; transactionsCount: (query?: import("./types").TransactionsCountQuery) => Promise; transactionDetails: (txHash: any, query?: import("./types").TransactionDetailsQuery) => Promise; decodeTransaction: (data: import("./types").TransactionDecodeDto) => Promise; tokens: (query?: import("./types").TokensQuery) => Promise; tokensCount: (query?: import("./types").TokensCountQuery) => Promise; tokenDetails: (identifier: string) => Promise; tokenSupply: (identifier: string, query?: import("./types").TokenSupplyQuery) => Promise; tokenAccounts: (identifier: string, query?: import("./types").TokenAccountsQuery) => Promise; tokenAccountsCount: (identifier: string) => Promise; tokenTransactions: (identifier: string, query?: import("./types").TokenTransactionsQuery) => Promise; tokenTransactionsCount: (identifier: string, query?: import("./types").TokenTransactionsCountQuery) => Promise; tokenTransfers: (identifier: string, query?: import("./types").TokenTransfersQuery) => Promise; tokenTransfersCount: (identifier: string, query?: import("./types").TokenTransfersCountQuery) => Promise; tokenLogoPNG: (identifier: string) => string; tokenLogoSVG: (identifier: string) => string; nftTags: (query?: import("./types").NftTagsQuery) => Promise; nftTagsCount: (query?: import("./types").NftTagsCountQuery) => Promise; nftTagDetails: (tag: string) => Promise; stake: () => Promise; shards: (query?: import("./types").ShardsQuery) => Promise; rounds: (query?: import("./types").RoundsQuery) => Promise; roundsCount: (query?: import("./types").RoundsCountQuery) => Promise; roundDetails: (shard: number, round: number) => Promise; smartContractResults: (query?: import("./types").SmartContractResultsQuery) => Promise; smartContractResultsCount: () => Promise; smartContractResultDetails: (scHash: string) => Promise; vmQuery: (data: object) => Promise; providers: (query?: import("./types").ProvidersQuery) => Promise; providerDetails: (address: string) => Promise; nodes: (query?: import("./types").NodesQuery) => Promise; nodeVersions: () => Promise; nodesCount: (query?: import("./types").NodesCountQuery) => Promise; nodeDetails: (bls: string) => Promise; networkConstants: () => Promise; networkEconomics: () => Promise; networkStatistics: () => Promise; about: () => Promise; miniblocks: (query?: import("./types").MiniblocksQuery) => Promise; miniblockDetails: (miniBlockHash: string) => Promise; auctions: (query?: import("./types").AuctionsQuery) => Promise; auctionsCount: (query?: import("./types").AuctionsCountQuery) => Promise; auctionDetails: (id: string, query?: import("./types").AuctionDetailsQuery) => Promise; accountStats: (address: string) => Promise; accountAuctions: (address: string, query?: import("./types").AccountAuctionsQuery) => Promise; accountAuctionsCount: (address: string) => Promise; collectionStats: (collection: string) => Promise; collectionAuctions: (collection: string, query?: import("./types").CollectionAuctionsQuery) => Promise; collectionAuctionsCount: (collection: string) => Promise; unbondingPeriod: (key: string) => Promise; healthCheck: () => Promise; identities: (query?: import("./types").IdentitiesQuery) => Promise; identityDetails: (identifier: string) => Promise; delegationStatistics: () => Promise; legacyDelegationStatistics: () => Promise; dappConfiguration: () => Promise; collections: (query?: import("./types").CollectionsQuery) => Promise; collectionsCount: (query?: import("./types").CollectionsCountQuery) => Promise; collectionDetails: (collection: string) => Promise; collectionRanks: (collection: string) => Promise; collectionNfts: (collection: string, query?: import("./types").CollectionNftsQuery) => Promise; collectionNftsCount: (collection: string, query?: import("./types").CollectionNftsCountQuery) => Promise; collectionAccounts: (collection: string, query?: import("./types").CollectionAccountsQuery) => Promise; collectionTransactions: (collection: string, query?: import("./types").CollectionTransactionsQuery) => Promise; collectionTransactionsCount: (collection: string, query?: import("./types").CollectionTransactionsCountQuery) => Promise; blocks: (query?: import("./types").BlocksQuery) => Promise; blocksCount: (query?: import("./types").BlocksCountQuery) => Promise; blockDetails: (hash: string) => Promise; blockLatest: (query?: import("./types").BlockLatestQuery) => Promise; createBatch: (data: object) => Promise; batchList: () => Promise; batchDetails: (id: string) => Promise; accounts: (query?: import("./types").AccountsQuery) => Promise; accountsCount: (query?: import("./types").AccountsCountQuery) => Promise; accountDetails: (address: string, query?: import("./types").AccountDetailsQuery) => Promise; accountDeferredPaymentDetails: (address: string) => Promise; accountVerificationDetails: (address: string) => Promise; accountTokens: (address: string, query?: import("./types").AccountTokensQuery) => Promise; accountTokensCount: (address: string, query?: import("./types").AccountTokensCountQuery) => Promise; accountTokenDetails: (address: string, token: string) => Promise; accountRoleCollections: (address: string, query?: import("./types").AccountRoleCollectionsQuery) => Promise; accountRoleCollectionsCount: (address: string, query?: import("./types").AccountRoleCollectionsCountQuery) => Promise; accountRoleCollectionDetails: (address: string, collection: string) => Promise; accountTokenRoles: (address: string, query?: import("./types").AccountTokenRolesQuery) => Promise; accountTokenRolesCount: (address: string, query?: import("./types").AccountTokenRolesCountQuery) => Promise; accountTokenRoleDetails: (address: string, identifier: string) => Promise; accountCollections: (address: string, query?: import("./types").AccountCollectionsQuery) => Promise; accountCollectionsCount: (address: string, query?: import("./types").AccountCollectionsCountQuery) => Promise; accountCollectionDetails: (address: string, collection: string) => Promise; accountNfts: (address: string, query?: import("./types").AccountNftsQuery) => Promise; accountNftsCount: (address: string, query?: import("./types").AccountNftsCountQuery) => Promise; accountNftDetails: (address: string, nft: string, query?: import("./types").AccountNftDetailsQuery) => Promise; accountStakeDetails: (address: string) => Promise; accountDelegations: (address: string) => Promise; accountLegacyDelegationDetails: (address: string) => Promise; accountKeys: (address: string) => Promise; accountWaitingList: (address: string) => Promise; accountTransactionList: (address: string, query?: import("./types").AccountTransactionListQuery) => Promise; accountTransactionsCount: (address: string, query?: import("./types").AccountTransactionsCountQuery) => Promise; accountTransfers: (address: string, query?: import("./types").AccountTransfersQuery) => Promise; accountTransfersCount: (address: string, query?: import("./types").AccountTransfersCountQuery) => Promise; accountContracts: (address: string, query?: import("./types").AccountContractsQuery) => Promise; accountContractsCount: (address: string) => Promise; accountUpgradeDetails: (address: string, query?: import("./types").AccountUpgradeDetailsQuery) => Promise; accountContractResults: (address: string, query?: import("./types").AccountContractResultsQuery) => Promise; accountContractResultsCount: (address: string) => Promise; accountContractResultDetails: (address: string, scHash: string) => Promise; accountHistory: (address: string, query?: import("./types").AccountHistoryQuery) => Promise; accountHistoryCount: (address: string, query?: import("./types").AccountHistoryCountQuery) => Promise; accountTokenHistoryCount: (address: string, tokenIdentifier: string, query?: import("./types").AccountTokenHistoryCountQuery) => Promise; accountTokenHistory: (address: string, tokenIdentifier: string, query?: import("./types").AccountTokenHistoryQuery) => Promise; }; declare const _default: { configure: ({ chainId, retry, customBaseURL, headers, }?: ConfigureProps) => void; nfts: (query?: import("./types").NftQuery) => Promise; nftDetails: (nft: string) => Promise; xExchangeEconomics: () => Promise; xExchangePairs: (query?: import("./types").XExchangePairsQuery) => Promise; xExchangePairsCount: () => Promise; xExchangeTokens: (query?: import("./types").XExchangeTokensQuery) => Promise; xExchangeTokensCount: () => Promise; xExchangeTokenDetails: (identifier: string) => Promise; xExchangeFarms: (query?: import("./types").XExchangeFarmsQuery) => Promise; xExchangeFarmsCount: () => Promise; xExchangePairDetails: (baseId: string, quoteId: string) => Promise; waitingList: (query?: import("./types").WaitingListQuery) => Promise; waitingListCount: () => Promise; accountUsernameDetails: (username: string) => Promise; transfers: (query?: import("./types").TransfersQuery) => Promise; transfersCount: (query?: import("./types").TransfersCountQuery) => Promise; transactionList: (query?: import("./types").TransactionListQuery) => Promise; sendTransaction: (data: import("./types").TransactionCreate) => Promise; transactionsCount: (query?: import("./types").TransactionsCountQuery) => Promise; transactionDetails: (txHash: any, query?: import("./types").TransactionDetailsQuery) => Promise; decodeTransaction: (data: import("./types").TransactionDecodeDto) => Promise; tokens: (query?: import("./types").TokensQuery) => Promise; tokensCount: (query?: import("./types").TokensCountQuery) => Promise; tokenDetails: (identifier: string) => Promise; tokenSupply: (identifier: string, query?: import("./types").TokenSupplyQuery) => Promise; tokenAccounts: (identifier: string, query?: import("./types").TokenAccountsQuery) => Promise; tokenAccountsCount: (identifier: string) => Promise; tokenTransactions: (identifier: string, query?: import("./types").TokenTransactionsQuery) => Promise; tokenTransactionsCount: (identifier: string, query?: import("./types").TokenTransactionsCountQuery) => Promise; tokenTransfers: (identifier: string, query?: import("./types").TokenTransfersQuery) => Promise; tokenTransfersCount: (identifier: string, query?: import("./types").TokenTransfersCountQuery) => Promise; tokenLogoPNG: (identifier: string) => string; tokenLogoSVG: (identifier: string) => string; nftTags: (query?: import("./types").NftTagsQuery) => Promise; nftTagsCount: (query?: import("./types").NftTagsCountQuery) => Promise; nftTagDetails: (tag: string) => Promise; stake: () => Promise; shards: (query?: import("./types").ShardsQuery) => Promise; rounds: (query?: import("./types").RoundsQuery) => Promise; roundsCount: (query?: import("./types").RoundsCountQuery) => Promise; roundDetails: (shard: number, round: number) => Promise; smartContractResults: (query?: import("./types").SmartContractResultsQuery) => Promise; smartContractResultsCount: () => Promise; smartContractResultDetails: (scHash: string) => Promise; vmQuery: (data: object) => Promise; providers: (query?: import("./types").ProvidersQuery) => Promise; providerDetails: (address: string) => Promise; nodes: (query?: import("./types").NodesQuery) => Promise; nodeVersions: () => Promise; nodesCount: (query?: import("./types").NodesCountQuery) => Promise; nodeDetails: (bls: string) => Promise; networkConstants: () => Promise; networkEconomics: () => Promise; networkStatistics: () => Promise; about: () => Promise; miniblocks: (query?: import("./types").MiniblocksQuery) => Promise; miniblockDetails: (miniBlockHash: string) => Promise; auctions: (query?: import("./types").AuctionsQuery) => Promise; auctionsCount: (query?: import("./types").AuctionsCountQuery) => Promise; auctionDetails: (id: string, query?: import("./types").AuctionDetailsQuery) => Promise; accountStats: (address: string) => Promise; accountAuctions: (address: string, query?: import("./types").AccountAuctionsQuery) => Promise; accountAuctionsCount: (address: string) => Promise; collectionStats: (collection: string) => Promise; collectionAuctions: (collection: string, query?: import("./types").CollectionAuctionsQuery) => Promise; collectionAuctionsCount: (collection: string) => Promise; unbondingPeriod: (key: string) => Promise; healthCheck: () => Promise; identities: (query?: import("./types").IdentitiesQuery) => Promise; identityDetails: (identifier: string) => Promise; delegationStatistics: () => Promise; legacyDelegationStatistics: () => Promise; dappConfiguration: () => Promise; collections: (query?: import("./types").CollectionsQuery) => Promise; collectionsCount: (query?: import("./types").CollectionsCountQuery) => Promise; collectionDetails: (collection: string) => Promise; collectionRanks: (collection: string) => Promise; collectionNfts: (collection: string, query?: import("./types").CollectionNftsQuery) => Promise; collectionNftsCount: (collection: string, query?: import("./types").CollectionNftsCountQuery) => Promise; collectionAccounts: (collection: string, query?: import("./types").CollectionAccountsQuery) => Promise; collectionTransactions: (collection: string, query?: import("./types").CollectionTransactionsQuery) => Promise; collectionTransactionsCount: (collection: string, query?: import("./types").CollectionTransactionsCountQuery) => Promise; blocks: (query?: import("./types").BlocksQuery) => Promise; blocksCount: (query?: import("./types").BlocksCountQuery) => Promise; blockDetails: (hash: string) => Promise; blockLatest: (query?: import("./types").BlockLatestQuery) => Promise; createBatch: (data: object) => Promise; batchList: () => Promise; batchDetails: (id: string) => Promise; accounts: (query?: import("./types").AccountsQuery) => Promise; accountsCount: (query?: import("./types").AccountsCountQuery) => Promise; accountDetails: (address: string, query?: import("./types").AccountDetailsQuery) => Promise; accountDeferredPaymentDetails: (address: string) => Promise; accountVerificationDetails: (address: string) => Promise; accountTokens: (address: string, query?: import("./types").AccountTokensQuery) => Promise; accountTokensCount: (address: string, query?: import("./types").AccountTokensCountQuery) => Promise; accountTokenDetails: (address: string, token: string) => Promise; accountRoleCollections: (address: string, query?: import("./types").AccountRoleCollectionsQuery) => Promise; accountRoleCollectionsCount: (address: string, query?: import("./types").AccountRoleCollectionsCountQuery) => Promise; accountRoleCollectionDetails: (address: string, collection: string) => Promise; accountTokenRoles: (address: string, query?: import("./types").AccountTokenRolesQuery) => Promise; accountTokenRolesCount: (address: string, query?: import("./types").AccountTokenRolesCountQuery) => Promise; accountTokenRoleDetails: (address: string, identifier: string) => Promise; accountCollections: (address: string, query?: import("./types").AccountCollectionsQuery) => Promise; accountCollectionsCount: (address: string, query?: import("./types").AccountCollectionsCountQuery) => Promise; accountCollectionDetails: (address: string, collection: string) => Promise; accountNfts: (address: string, query?: import("./types").AccountNftsQuery) => Promise; accountNftsCount: (address: string, query?: import("./types").AccountNftsCountQuery) => Promise; accountNftDetails: (address: string, nft: string, query?: import("./types").AccountNftDetailsQuery) => Promise; accountStakeDetails: (address: string) => Promise; accountDelegations: (address: string) => Promise; accountLegacyDelegationDetails: (address: string) => Promise; accountKeys: (address: string) => Promise; accountWaitingList: (address: string) => Promise; accountTransactionList: (address: string, query?: import("./types").AccountTransactionListQuery) => Promise; accountTransactionsCount: (address: string, query?: import("./types").AccountTransactionsCountQuery) => Promise; accountTransfers: (address: string, query?: import("./types").AccountTransfersQuery) => Promise; accountTransfersCount: (address: string, query?: import("./types").AccountTransfersCountQuery) => Promise; accountContracts: (address: string, query?: import("./types").AccountContractsQuery) => Promise; accountContractsCount: (address: string) => Promise; accountUpgradeDetails: (address: string, query?: import("./types").AccountUpgradeDetailsQuery) => Promise; accountContractResults: (address: string, query?: import("./types").AccountContractResultsQuery) => Promise; accountContractResultsCount: (address: string) => Promise; accountContractResultDetails: (address: string, scHash: string) => Promise; accountHistory: (address: string, query?: import("./types").AccountHistoryQuery) => Promise; accountHistoryCount: (address: string, query?: import("./types").AccountHistoryCountQuery) => Promise; accountTokenHistoryCount: (address: string, tokenIdentifier: string, query?: import("./types").AccountTokenHistoryCountQuery) => Promise; accountTokenHistory: (address: string, tokenIdentifier: string, query?: import("./types").AccountTokenHistoryQuery) => Promise; }; export default _default; export { mxSDK };