export declare const isDate: (d: unknown) => d is Date; export declare const isISODateString: (value: string) => boolean; //# sourceMappingURL=dateUtils.d.ts.map