export declare function getDateFromDateOrString(dateOrString: Date | string): Date | null; export declare function getCapitalizedMonthName(date: Date): string; export declare function getFormattedTime(date: Date, options?: { separator?: string; includeSeconds?: boolean; }): string;