export declare class TimeHelper { static now(): number; static toTimestampInSec(timestampMs: number): number; static convertSecondsToMilliseconds(timeInSec: number): number; }