export declare function enrichUiAnalytics(props: Record): void; export declare function trackUi(event: string, props?: Record): Promise | undefined;