/** * Returns `true` if the dates provided represent the same day. * @param d1 * @param d2 * @returns {boolean} */ export declare function sameDate(d1: Date, d2: Date): boolean; //# sourceMappingURL=sameDate.d.ts.map