import * as i0 from "@angular/core"; export declare class UtilitiesService { constructor(); parseDate(dateStr: string, showTime?: boolean): any; stringifyDate(date: Date, showTime?: boolean): string; stringifyDateWithOffset(date: Date, showTime?: boolean): string; isValueHtml(value: string): boolean; isJsonString(str: string): boolean; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }