declare function formatToDMYDate(value: Date | string | number): string | null; export { formatToDMYDate };