import { Options } from './types'; import { PkgTree } from 'snyk-nodejs-lockfile-parser'; export declare function parse(root: string, targetFile: string, options: Options): Promise;