export declare type DateType = { year: string; month: string; day: string; }; //# sourceMappingURL=types.d.ts.map