/** * Sum of elements in array */ export declare function sum(arr: number[]): number; //# sourceMappingURL=sum.d.ts.map