import { Options } from '../../../core'; /** * Converts an array of key value pairs to a document. */ export declare function $arrayToObject(obj: object, expr: any, options: Options): any;