/** * Check if value is a Date constructor * * @param {Function} value */ export declare function isDateConstructor(value: unknown): boolean;