/** * Check if a date is NaN */ export declare function isDateInvalid(date: Date): boolean; //# sourceMappingURL=is-invalid.d.ts.map