export declare const DEFAULT = "default";
export declare const NAVIGATION = "navigation";
export declare const UI_LOAD = "ui.load";
export declare const UI_ACTION = "ui.action";
export declare const UI_ACTION_TOUCH = "ui.action.touch";
export declare const APP_START_COLD = "app.start.cold";
export declare const APP_START_WARM = "app.start.warm";
/** Standalone app start transaction op (Span V2 / EAP). */
export declare const APP_START = "app.start";
/** Extended app start span op — parent of user-instrumented app start work. */
export declare const APP_START_EXTENDED = "app.start.extended";
export declare const UI_LOAD_INITIAL_DISPLAY = "ui.load.initial_display";
export declare const UI_LOAD_FULL_DISPLAY = "ui.load.full_display";
//# sourceMappingURL=ops.d.ts.map