export type IResolvePackageKey = (
  packageJson: object,
  packageKeys: string[],
) => object;
