/** * Computes the sum of the given values. */ export default function sum(input: ArrayLike): number; //# sourceMappingURL=index.d.ts.map