declare const calcTotal: (array: number[]) => number;
export default calcTotal;
