import type { FunctionDefinition } from '../../definition_types'; /** * The population variance of a numeric field. * * @example * FROM employees * | STATS var_height = VARIANCE(height) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=variance.d.ts.map