import { Component } from '../types'; export declare function generatePURL(component: Component): string; /** * The vulnerability repositories used for the scan, as configured via --jsrepo. */ export declare function vulnerabilityRepositories(jsRepo: string[] | undefined): string[];