import type { UnknownEvent, AnalyticsEvent } from './wrap'; export declare const sendAnalyticsEvent: (event: T) => void;