import { DetectedDependency } from '../types'; export declare function annotateDependencyBuildability(projectRoot: string, dependencies: DetectedDependency[]): Promise;