export declare enum TimeFormatEnum {
    DHM = 0,
    HMS = 1
}
