import { Options } from '../../../core'; /** * Returns the week number for a date as a number between 0 * (the partial week that precedes the first Sunday of the year) and 53 (leap year). * @param obj * @param expr */ export declare function $week(obj: object, expr: any, options: Options): number;