/** * Show telemetry notice on first run. * This function never throws - fails silently on errors. * * The notice informs users that telemetry is enabled and how to disable it. * After showing the notice once, it sets a flag to prevent showing it again. */ export declare function showTelemetryNoticeIfNeeded(): Promise;