#[cfg(feature = "camoufox")]
pub mod fetch;
pub mod options;
#[cfg(feature = "camoufox")]
pub mod process;
#[cfg(feature = "camoufox")]
pub use fetch::{cache_root, ensure_camoufox, platform_tag};
pub use options::{BrowserOptions, Fingerprint, Geolocation, OsType, Proxy};
#[cfg(feature = "camoufox")]
pub use process::{Launched, launch};