import type { Interval } from "../_lib/types"; export default function clamp(date: string, interval: Interval): string;