/**
 * Format date range for display
 */
export declare function formatDateRange(startDate: Date, endDate: Date): string;
export declare function getTodayISO(): string;
export declare function getYesterdayISO(): string;
/**
 * Round a date down to the previous 15-minute mark
 */
export declare function roundToNearest15Minutes(date: Date): Date;
//# sourceMappingURL=date.d.ts.map