import { ProjectDependency } from './types'; export declare function stringifyDependencies(dependencies: ProjectDependency[]): string[];