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