export declare abstract class TimeFormatTemplate {
    static readonly DateYearMonthDay: string;
    static readonly TimeHourMinSecMilliColon: string;
    static readonly TimeHourMinSecColon: string;
    static readonly DateYearMonthDayHyphen: string;
}
