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