import { Options } from '../../../core'; /** * Returns the milliseconds of a date as a number between 0 and 999. * @param obj * @param expr */ export declare function $millisecond(obj: object, expr: any, options: Options): number;