/** * * @param days number of days to go back * @returns a date that many days in the past with time of 00:00:00 */ export declare function todayMinus(days: number): Date;