import type { Day } from "../_lib/types"; export default function nextDay(date: string, day: Day): string;