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