/** * Starts the precaching cycle if providers are configured. Called from launchBrowser() after the browser is ready. If no providers are selected, or a precache cycle * is already in progress, returns immediately. The actual work is scheduled via setTimeout to avoid blocking browser launch. */ export declare function startPrecaching(): void;