export declare const startOfToday: () => Date; export declare function getDateFromString(milli: string): string; export declare function dateFormat(date: string): string; export declare function dateFormat_hrental(date: string): string; export declare function formatDateToString(date: Date, formatOptions?: Record, localeOption?: string): string | undefined; export declare function getFormattedDate(date: string, outputFormat?: string, inputFormat?: string): string; export declare function dayDiff(days: string, to: string): number; //# sourceMappingURL=dates.d.ts.map