/**
 * @deprecated This method is deprecated and will be removed in future versions. Please use nextDayOfMonth instead
 */
export declare function nextMonth(day: 'FIRST' | 'LAST' | number, date?: Date, timezone?: string): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number, date: Date): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number, timezone: string): Date;
export declare function nextDayOfMonth(dayOfMonth: 'FIRST' | 'LAST' | number, date: Date, timezone: string): Date;
//# sourceMappingURL=day-of-month.d.ts.map