// Either an ecosystem was given or all args must be (namespaced) purls // The `pkg:` part is optional here. We'll scan for `eco/name@version`. // Not hardcoding the namespace since we don't know what the server accepts. // The ecosystem is considered as the first package if it is not an a-z string. export declare function parsePackageSpecifiers(ecosystem: string, pkgs: string[]): { purls: string[]; valid: boolean; }; //# sourceMappingURL=parse-package-specifiers.d.mts.map