interface Tag { name: string; } declare const getTags: (opts: { repository: string; https: boolean; host: string; }) => Promise; export default getTags;