export declare class TimeUtil { static toUtcMidnight(input: string | Date): Date; static toUtcEndOfDay(input: string | Date): Date; }