export declare enum SolarEclipseType {
    None = "none",
    Partial = "partial",
    Annular = "annular",
    Total = "total"
}
