Public re-exports for integration tests and internal consumers.
The binary lives in src/main.rs and imports these types from the
library crate so that the integration test crate at tests/ can also
reach them via use avatarr_cli::{Cli, Commands, SearchType};.