import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns a document that contains the constituent parts of a given Date value as individual properties.
 * The properties returned are year, month, day, hour, minute, second and millisecond.
 */
export declare const $dateToParts: (obj: AnyObject, expr: Any, options: Options) => AnyObject;
