import { Any, AnyObject, Options } from "../../types";
/**
 * Returns the population covariance of two numeric expressions.
 */
export declare const $covariancePop: (coll: AnyObject[], expr: Any, options: Options) => number;
