import type { PkgModuleRef } from '../../exports.mjs'; import type { PkgIdentifier } from '../../types.mjs'; import type { PackageInfo, SafePackageJson } from '../types.mjs'; export declare function getPkgModuleFilename(pkg_module_ref: PkgModuleRef): string; export declare function getPkgModulePaths(pkg_module_ref: PkgModuleRef): { moduleDir: string; }; export declare function getPkgInfo(pkg_module_ref: PkgModuleRef): Promise; export declare function getPackageInfo({ pkgId, }: { pkgId: PkgIdentifier | Pick; }): Promise; export declare function getPackageInfoIn({ pkgRootDir }: { pkgRootDir: string; }): Promise; export declare function getSafePackageJson({ pkgRootDir, }: { pkgRootDir: string; }): Promise; //# sourceMappingURL=pkg.d.mts.map