import Web3 from 'web3';
export declare class PrepareEthBasedSignedOffchainTransaction {
    amount: string;
    privateKey: string;
    address: string;
    web3: Web3;
    gasPrice: string;
    gasLimit?: string;
    nonce?: number;
}
