import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the milliseconds of a date as a number between 0 and 999.
 */
export declare const $millisecond: (obj: AnyObject, expr: Any, options: Options) => number;
