import type { GetPackageInfoParams, PackageInfoResponse } from '../types/index.js'; export declare function getPackageInfo(params: GetPackageInfoParams): Promise;