import { ServerTransactionType } from '../../../../types/serverTransactions.types'; export declare function getReceiptMessage(transaction: ServerTransactionType): string;