declare const daysDifferenceFromSunday: (date: string | number | Date) => number; export default daysDifferenceFromSunday;