import { NormalisedPkgs } from '../types'; export declare const extractPkgsFromYarnLockV2: (yarnLockContent: string) => NormalisedPkgs;