export declare enum SolarEclipseEventType {
    C1 = "c1",
    C2 = "c2",
    Mid = "mid",
    C3 = "c3",
    C4 = "c4"
}
