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