import type { ITensor } from "./api.js";
/**
 * Computes the mean value of given nD tensor, aka `sum(a) / a.length`.
 *
 * @param a - input tensor
 */
export declare const mean: (a: ITensor) => number;
//# sourceMappingURL=mean.d.ts.map