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