import { TxStatus } from '../../../constants'; export declare class SwapEvmSubmitResponse { transactionSignature: string; status: TxStatus; }