# typed: strict module SharedAudits def github(user, repo) end def gitlab(user, repo) end def bitbucket(user, repo) end def curl_output(*args, secrets: [], **options) end end