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