export declare namespace DateComparison { const dateString: (a: Date) => string; const sameDate: (a: Date, b: Date) => boolean; }