export default function closestTo(dateToCompare: string, datesArray: string[]): string | undefined;