import type { Yarn1DepGraphBuildOptions } from '../types'; import type { NormalisedPkgs, PackageJsonBase } from '../types'; export declare const buildDepGraphYarnLockV1Simple: (extractedYarnLockV1Pkgs: NormalisedPkgs, pkgJson: PackageJsonBase, options: Yarn1DepGraphBuildOptions) => Promise;