import { GenericMessagesSource } from '@ylide/sdk'; import { EthereumMailerV8Wrapper } from '../contract-wrappers/v8/EthereumMailerV8Wrapper'; import { EthereumBlockchainController } from '../controllers'; import { IEVMMailerContractLink, IHistorySource } from '../misc'; export declare class EVMMailerV8Source extends GenericMessagesSource { private readonly controller; private readonly mailer; private readonly wrapper; private readonly source; constructor(controller: EthereumBlockchainController, mailer: IEVMMailerContractLink, wrapper: EthereumMailerV8Wrapper, source: IHistorySource); }