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