export interface HijriDate {
    year: number;
    month: number;
    day: number;
}
//# sourceMappingURL=hijri-date.d.ts.map