import { Manifest } from '@github/dependency-submission-toolkit'; export default class ComponentDetection { static componentDetectionPath: string; static outputPath: string; static scanAndGetManifests(path: string): Promise; static downloadLatestRelease(): Promise; static runComponentDetection(path: string): Promise; private static getComponentDetectionParameters; static getManifestsFromResults(): Promise; private static getDependencyScope; static makePackageUrl(packageUrlJson: any): string; private static getLatestReleaseURL; }