export type Date = { year: number; month: number; day: number; }; //# sourceMappingURL=Date.d.ts.map