import { GelatoTxStatusDto, RelayTrxDto } from '../utils/AarcTypes'; export declare const relayTransaction: (relayTrxDto: RelayTrxDto) => Promise; export declare const getGelatoTransactionStatus: (gelatoTxStatusDto: GelatoTxStatusDto) => Promise;