import { InterpretedTransactionType } from '../../../../../types/serverTransactions.types'; export declare function getValueFromActions(transaction: InterpretedTransactionType): { egldValueData: { value: string; formattedValue: string; decimals: number; }; };