import { type IdeId } from "../constants/index.js"; import { type InstalledAsset, type Lockfile } from "../types/index.js"; export declare function getLockfilePath(cwd?: string): string; export declare function readLockfile(cwd?: string): Promise; export declare function writeLockfile(packages: InstalledAsset[], ide?: IdeId, cwd?: string): Promise; export declare function syncLockfileFromInstalled(installed: InstalledAsset[], ide?: IdeId, cwd?: string): Promise; //# sourceMappingURL=lockfile-service.d.ts.map