export declare const formatTime: (timeToFormat: string) => string;
export declare const formatDate: (dateToFormat: string) => string;
export declare const formatDateTime: (dateToFormat: string) => string;
export declare const formatDateRange: (startDate: string, endDate?: string) => string;
