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