import type { nullish } from '../nullish/index.js' /** * Adds the arguments */ export declare function add( numerator_a:readonly (number|nullish)[]|nullish ):number|null /** * Sum of the numerators */ export { add as _sum, add as sum, add as sum_, }