export default function isDate(input: Date | unknown): input is Date;
