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