import { AuthService } from '../../workflow-services/auth.service'; import * as i0 from "@angular/core"; export declare class DateUtilityService { private authService; constructor(authService: AuthService); convertToUTC(date: string | Date): Date; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }