import { type LockfileFileV9 } from '@pnpm/lockfile-types';
export declare function sortLockfileKeys(lockfile: LockfileFileV9): LockfileFileV9;
