import { LfxGraph, type IJsonLfxWorkspace } from '../../build/lfx-shared';
/**
 * Parse through the lockfile and create all the corresponding LockfileEntries and LockfileDependencies
 * to construct the lockfile graph.
 *
 * @returns A list of all the LockfileEntries in the lockfile.
 */
export declare function generateLockfileGraph(lockfileJson: unknown, workspace: IJsonLfxWorkspace): LfxGraph;
//# sourceMappingURL=lfxGraphLoader.d.ts.map