import { ServiceBroker } from 'moleculer'; import { BlockchainFetcherI, FetcherMsClient, BlockchainId } from '@aleph-indexer/framework'; import { ethereumConfigFactory, ethereumDalsFetcherFactory } from '@aleph-indexer/ethereum'; import { BscClient } from '../../sdk/index.js'; export declare function bscClientFetcherFactory(blockchainId: BlockchainId, config: ReturnType, DALs: ReturnType): BscClient; export declare function bscFetcherFactory(blockchainId: BlockchainId, basePath: string, broker: ServiceBroker, fetcherClient: FetcherMsClient): Promise; //# sourceMappingURL=factory.d.ts.map