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