/**
 * https://simple-statistics.github.io/docs/#product
 */
declare function product(x: number[]): number;

export default product;
