import { BlockchainId } from '@aleph-indexer/framework'; import { EthereumAccountTransactionHistoryStorage, EthereumClient, EthereumClientOptions, EthereumLogBloomStorage } from '@aleph-indexer/ethereum'; export declare class BscClient extends EthereumClient { protected blockchainId: BlockchainId; protected options: EthereumClientOptions; protected accountSignatureDAL?: EthereumAccountTransactionHistoryStorage | undefined; protected logBloomDAL?: EthereumLogBloomStorage | undefined; constructor(blockchainId: BlockchainId, options: EthereumClientOptions, accountSignatureDAL?: EthereumAccountTransactionHistoryStorage | undefined, logBloomDAL?: EthereumLogBloomStorage | undefined); } //# sourceMappingURL=client.d.ts.map