declare function formatStrDate(date: Date | string | null, format?: string): string; export default formatStrDate;