/**
 * Fetches the version directly from the registry instead of depending on
 * an ESM only module as latest-version does.
 * @param packageName
 */
export declare function getLatestVersion(packageName: string): Promise<string>;
