import { NodeLockfileVersion, ProjectParseOptions } from 'snyk-nodejs-lockfile-parser'; import { DepGraph } from '@snyk/dep-graph'; export declare function buildDepGraph(root: string, manifestFilePath: string, lockfilePath: string, lockfileVersion: NodeLockfileVersion, options: ProjectParseOptions): Promise;