export declare class DateType {
    static Hijri: number;
    static Gregorian: number;
}
