import { DateFnsInputDate } from './types'; export declare const isValidDate: (date: DateFnsInputDate | null | undefined) => date is Date;