import type { LockfileObject } from '@pnpm/lockfile.fs'; export declare function assertLockfilesEqual(currentLockfile: LockfileObject | null, wantedLockfile: LockfileObject, wantedLockfileDir: string): void;