//#region src/instrumentations/user-timing/UserTimingInstrumentation/constants.d.ts declare const USER_TIMING_EVENT_NAME = "emb-user-timing"; declare const KEY_EMB_USER_TIMING_NAME = "emb.user_timing.name"; declare const KEY_EMB_USER_TIMING_START_TIME = "emb.user_timing.start_time"; declare const KEY_EMB_USER_TIMING_DURATION = "emb.user_timing.duration"; declare const KEY_EMB_USER_TIMING_ENTRY_TYPE = "emb.user_timing.entry_type"; declare const KEY_EMB_USER_TIMING_DETAIL = "emb.user_timing.detail"; //#endregion export { KEY_EMB_USER_TIMING_DETAIL, KEY_EMB_USER_TIMING_DURATION, KEY_EMB_USER_TIMING_ENTRY_TYPE, KEY_EMB_USER_TIMING_NAME, KEY_EMB_USER_TIMING_START_TIME, USER_TIMING_EVENT_NAME }; //# sourceMappingURL=constants.d.ts.map