import { InterpretedTransactionType } from 'types/serverTransactions.types'; export declare const getTransactionStatusText: (transaction: InterpretedTransactionType) => string; //# sourceMappingURL=getTransactionStatusText.d.ts.map