/**
 * Check if argument is Date
 * @param arg
 * @returns {boolean}
 */
export declare function isDate(arg: unknown): arg is Date;
