/** * Validates a transaction amount (up to 2 decimal places are allowed). * @param {number} amount - The transaction amount to validate. * @returns True if the transaction amount is valid, false otherwise. */ export declare function isValidTransactionAmount(amount: number): boolean; //# sourceMappingURL=validateTransactionAmount.d.ts.map