/**
* @param {string} moduleName Name of the remote package to check
* @returns {string} The current published version of the package
*/exportdeclarefunctiongetPublishedVersion(moduleName: string, registry?: string): Promise<string>;
//# sourceMappingURL=index.d.ts.map