import { Pkg } from './type.js'; declare const getPkgTargetVersion: (pkg: Pkg) => Promise; export { getPkgTargetVersion };