export declare class TimeUtils { static withZero(n: any): any; static secondsToTime(seconds: any): string; }