import { Signer } from 'ethers'; import { RangoClient } from './client'; import { EvmTransaction } from '../types/api/txs'; import { StatusResponse, SwapResponse } from '../types/api/transactions'; export declare function prepareEvmTransaction(evmTx: EvmTransaction, isApprove: boolean): {}; export declare const checkTransactionStatusSync: (requestId: string, txId: string, rangoClient: RangoClient) => Promise; export declare const executeEvmRoute: (client: RangoClient, signer: Signer, route: SwapResponse) => Promise; //# sourceMappingURL=executor.d.ts.map