import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the year number in ISO 8601 format. The year starts with the Monday of week 1 and ends with the Sunday of the last week.
 */
export declare const $isoWeekYear: (obj: AnyObject, expr: Any, options: Options) => number;
