/**
* Returns the last day of the Ethiopian month for the given date.
*
* @paramdate - The gregorian date to get the end of month for
* @returns A new gregorian date representing the last day of the Ethiopian
* month
*/export declare functionendOfMonth(date: Date): Date;