import { $mergeObjects as __mergeObjects } from '../expression/object/mergeObjects'; /** * Combines multiple documents into a single document. * * @param {Array} collection The input array * @param {Object} expr The right-hand side expression value of the operator * @param {Options} options The options to use for this operation * @returns {Array|*} */ export declare const $mergeObjects: typeof __mergeObjects;