import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the day of the week for a date as a number between 1 (Sunday) and 7 (Saturday).
 */
export declare const $dayOfWeek: (obj: AnyObject, expr: Any, options: Options) => number;
