import type { VersionOptions } from './interfaces'; export declare function getLatestVersion(packageTags: string[], version: string, options: VersionOptions): Promise;