import { InsightsEvent, InsightsEventType } from "./types"; export declare function addEventType(eventType: InsightsEventType, params: Array>): InsightsEvent[];