export declare const ecosystems: readonly ["crates.io", "Go", "Hackage", "Hex", "Maven", "npm", "NuGet", "Packagist", "Pub", "PyPI", "RubyGems"]; export type Ecosystem = (typeof ecosystems)[number];