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