importtype { BinaryOperation } from'@dinero.js/core';
/**
* Returns the sum of two numbers.
*
* @paramaugend - The number to add to.
* @paramaddend - The number to add.
*
* @returns The sum of the two numbers.
*/exportdeclareconstadd: BinaryOperation<number>;