import { AccumulatorOperator } from "../../types";
/**
 * Returns the minimum value.
 *
 * @param collection The input array
 * @param expr The right-hand side expression value of the operator
 * @param options to use for this operator
 */
export declare const $min: AccumulatorOperator;
