export declare function DateDiff(datepart: string, a: Date, b: Date): number;
export declare function DateDiffStr(d1: Date, d2: Date): string;
