pub fn fingerprint_check( endpoint: Option<&str>, cache_file: &Path, cache_type: &str, root: &Path, extensions: &[String], include_globs: &[String], exclude: &[String], ) -> Result<FingerprintCheckResponse, String>