import type { UnknownEvent } from './wrap'; export declare const useAnalyticsEvent: (handler: (event: T) => unknown) => void;