declare const _default: (date: any) => boolean;
/**
 * Checks if the given input is a Date object
 */
export default _default;
