import { Any, AnyObject, Options } from "../../types";
/**
 * Returns the population standard deviation of the input values.
 */
export declare const $stdDevPop: (coll: AnyObject[], expr: Any, options: Options) => number;
