import { ISODATE } from "bf-types"; export declare function ExcelDateToJSDate(date: any): Date; export declare function IsValidDate(date: Date): boolean; export declare function StringToDate(input: string): ISODATE | false;