import type { Mean } from "./types.d.ts"; /** This function returns mean of an array. */ export declare const mean: Mean;