//! Downloader client module.
//!
//! This module provides the main Downloader client struct and related configuration types.
pub use DownloaderBuilder;
pub use ;
pub use DownloadBuilder;
pub use ;
/// Default timeout for network operations (300 seconds)
pub const DEFAULT_TIMEOUT: Duration = from_secs;
// Re-export from root lib.rs (where Downloader is currently defined)
// This maintains the code in one place while providing the new API structure
pub use crateDownloader;