declare const formatDateForInput: (d: string | number | Date) => string; export default formatDateForInput;