/**
 * @deprecated This method is deprecated and will be removed in future versions. Please use nextDayOfYear instead
 */
export declare function nextYear(date?: Date, timezone?: string): Date;
export declare function nextDayOfYear(): Date;
export declare function nextDayOfYear(date: Date): Date;
export declare function nextDayOfYear(timezone: string): Date;
export declare function nextDayOfYear(date: Date, timezone: string): Date;
//# sourceMappingURL=day-of-year.d.ts.map