import type { Day, Duration as OriginalDuration, Locale } from "date-fns"; export declare type Duration = Omit; export declare type Interval = { start: string; end: string; }; export type { Day, Locale };