export declare const splitDateToObject: (input: string, patternArray: any) => { year: string; month: string; day: string; };