export declare class DateUtils { static toMySQLDate(date: Date | null): string | null; static diffSeconds(a: any, b: any): number; static diffMilliseconds(a: any, b: any): number; static diffFromNowSeconds(a: any): number; static toMysqlFormat(date: any): string; static makeDate(date: any): Date; private static twoDigits; } //# sourceMappingURL=date-utils.d.ts.map