/// AUR vote execution worker.
/// Auxiliary background workers (status, news, tick, index updates).
/// AUR comments fetching worker.
/// Package details fetching worker.
/// Package installation/removal executor worker.
/// News feed filtering and worker functions.
/// News article content fetching worker.
/// Preflight analysis workers (dependencies, files, services, sandbox, summary).
/// Package search worker.
/// Package update checking, parsing, and worker functions.
/// Helper functions for update checking (system checks, temp DB).
/// [`UpdateCheckPayload`] sent from the updates worker to the UI event loop.
pub use UpdateCheckPayload;
/// Parsing functions for update command output.