import { type LockfileFile } from './write';
export declare function sortLockfileKeys(lockfile: LockfileFile): LockfileFile;
