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