import { ManifestToml } from './schema';
export declare function extractLockFileVersions(lockFilePath: string): Promise<Map<string, string[]> | null>;
export declare function parseLockFile(lockFileContent: string): ManifestToml | null;
