import type { nullish } from '../nullish/index.js' /** * Average of the numerator_a */ export declare function mean_(numerator_a:readonly (number|nullish)[]):number export { mean_ as avg, mean_ as mean, }