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