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