/**
 * return the day of the year (1..366)
 */
declare function dayOfTheYear(date: any): number;
export default dayOfTheYear;
