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