import { Options } from '../../../core'; /** * Combines multiple documents into a single document. * * @param {*} obj The target object for this expression * @param {*} expr The right-hand side of the operator * @param {Options} options Options to use for operation */ export declare function $mergeObjects(obj: object, expr: any, options: Options): any;