export declare enum EActivity { STUDIO_LOADED = "UA-1-0",// sent when the studio is loaded WELCOME_TOUR_INIT = "UA-1-3",// sent when the welcome tour is initialized WELCOME_TOUR_END = "UA-1-4" } export declare function log(AID: string, meta?: any): void; export declare function trackEvent(event: string): void;