import { Value } from '../../types';
/**
 * Return the mean Value of the list of Values.
 */
export declare function mean(values: Value[]): Value;
