export declare function addMonth(date?: Date, amount?: number): Date | undefined;
