/** * Reset time-value of Date * @return {Date} existed Date with reseted time-value */ export default function resetTime(this: Date): Date;