/**
 * @throws {Error} Throws an exception if package-lock.json and package.json have
 * different dependencies.
 */
export declare const assertPackageLockIsConsistent: () => void;
export default assertPackageLockIsConsistent;