type TrackEventType = 'load' | 'exview' | 'search' | 'route' | 'share' | 'booview' | 'catview' | 'ws_exhibitor_click';
export default function trackEvent(type: TrackEventType, value?: any): Promise<void>;
export {};
//# sourceMappingURL=track-event.d.ts.map