export declare const parseDateFromISO: (date: any) => { year: any; month: any; day: any; };