export declare class UtilsModule { static calculateTime(time: any): string; getRandomColor(): string; formatDateByGeneral(date: any): string; formatTimeByGeneral(date: any): string; formatHoursByGeneral(date: any): any; formatTimeToSec(time: any): number; handleArrayWrap(data: any, num: any): void; accMul(arg1: any, arg2: any): string; timeFormat(timestamp: any, type?: any): string; add0(m: any): any; }