import { Options } from '../../../core'; /** * Constructs and returns a Date object given the date’s constituent properties. * * @param obj The document * @param expr The date expression * @param options Options */ export declare function $dateFromParts(obj: object, expr: any, options: Options): any;