import { AccumulatorOperator } from"../../types";
/**
* Returns the first value in a group.
*
* @param collection The input array
* @param expr The right-hand side expression value of the operator
* @returns {*}
*/
export declareconst$first: AccumulatorOperator;