export declare function extractLockFileEntries(lockFileContent: string): Map<string, string>;
