declare const sendSignedNativeTransaction: (privateKey: string, provider: string, tx: any, contractAddress: string, depositAmount: any) => Promise; export default sendSignedNativeTransaction;