import { Package } from '@verdaccio/types';
/**
 * Function gets a local info and an info from uplinks and tries to merge it
 exported for unit tests only.
  * @param {*} local
  * @param {*} up
  * @param {*} config
  * @static
  */
export declare function mergeVersions(local: Package, up: Package): void;
