import { ServerTransactionType } from '../../../../types/serverTransactions.types'; /** * The information about an account like name, icon, etc... * */ export declare function getTransactionReceiverAssets(transaction: ServerTransactionType): import("../../../../types/account.types").AssetType | undefined;