import type { SemVer } from 'semver'; export declare function initializeSentryOnApplicationEntry(dsn: string, selectedFeatures: { performance: boolean; replay: boolean; logs: boolean; }): Promise; export declare function updateAppConfig(angularVersion: SemVer, isTracingEnabled: boolean): Promise;