export declare enum TimeOfDay { Morning = "morning", Afternoon = "afternoon", Evening = "evening", Night = "night" }