import { Options } from '../../../core'; /** * Returns the day of the week for a date as a number between 1 (Sunday) and 7 (Saturday). * @param obj * @param expr */ export declare function $dayOfWeek(obj: object, expr: any, options: Options): number;