import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the weekday number in ISO 8601 format, ranging from 1 (Monday) to 7 (Sunday).
 */
export declare const $isoDayOfWeek: (obj: AnyObject, expr: Any, options: Options) => number;
