export declare class TimeUtils {
    static second: number;
    static minute: number;
    static hour: number;
    static day: number;
}
