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

export default harmonicMean;
