import { Options } from '../../core'; /** * Returns the sample standard deviation of the input values. * @param {Array} collection * @param {Object} expr * @return {Number|null} */ export declare function $stdDevSamp(collection: any[], expr: any, options: Options): number;