export declare class DateUtil {
    now(): number;
    format(seconds: any): string;
}
