import type { YarnLockV2ProjectParseOptions, YarnLockV2WorkspaceArgs } from '../types'; import type { NormalisedPkgs, PackageJsonBase } from '../types'; export declare const buildDepGraphYarnLockV2Simple: (extractedYarnLockV2Pkgs: NormalisedPkgs, pkgJson: PackageJsonBase, options: YarnLockV2ProjectParseOptions, workspaceArgs?: YarnLockV2WorkspaceArgs) => Promise;