import { ILocalDependency } from '../DependencyTypes'; export declare function csprojParser(fileContent: string, filePath: string): Promise; export declare function packagesConfigParser(fileContent: string, filePath: string): Promise;