/** * Purpose: Replaces the page favicon with the Kaboom flame icon when tab tracking is enabled and adds flickering animation when AI Pilot is active. * Docs: docs/features/feature/tab-tracking-ux/index.md */ /** * Initialize favicon replacement. * Listens for tracking state changes and updates favicon accordingly. */ export declare function initFaviconReplacer(): void; //# sourceMappingURL=favicon-replacer.d.ts.map