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