/** * Using `new Date('6/9/25')` will return a date of 9th June. Using this will * correctly parse a date of d/m/yyyy or dd/mm/yyyy format. */ export declare function parseDDMMYYYY(date: string): Date; //# sourceMappingURL=parse-dd-mm-yy.d.ts.map