import { BaseEvent } from '../types';
export declare const addTimestamp: (events: BaseEvent[]) => BaseEvent[];
