/**
 * @see https://unpkg.com/lodash.sum lodash.sum is only compatible with number arrays
 */
declare function sum(elements: number[]): number;

export { sum as default, sum };
