import type { DependencyItem, DependencyReport, DependencyStatus, PackageJson } from './types.js'; interface DependencyOptions { network?: boolean; } export declare function classifyDependency(item: Pick): DependencyStatus; export declare function analyzeDependencies(root: string, pkg: PackageJson | null, { network }?: DependencyOptions): Promise; export {}; //# sourceMappingURL=dependencies.d.ts.map