export declare const dateHelper: () => string; export declare const getDateString: () => string; export declare const getDifInMins: (date: string, dateToCompare: string) => number; //# sourceMappingURL=date.helper.d.ts.map