import { PnpmProjectParseOptions } from '../types'; import { DepGraph } from '@snyk/dep-graph'; import { NodeLockfileVersion } from '../../utils'; export declare const parsePnpmProject: (pkgJsonContent: string, pnpmLockContent: string | undefined, options: PnpmProjectParseOptions, lockfileVersion?: NodeLockfileVersion) => Promise;