export declare const EVENT_NAME = "timestamp"; export declare class Events { static target: HTMLDivElement; private static event; private static started; static start(): void; private static dispatch; }