/** * Check for updates and auto-install if available. * Runs in background, never blocks the caller. */ export declare function checkAndUpdate(options?: { blocking?: boolean; }): void;