export declare class UtilService {
    uniqueId(length?: number): string;
    getTimeSpentText(duration: any): string;
}
