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