import { BigNumber } from 'ethers'; declare class TransactionData { to: string; data: string; value: BigNumber; } export { TransactionData };