declare function createValidDate(date: string): Date | undefined; export default createValidDate; export { }