import { GetVersion } from'../types/GetVersion';
/**
* Fetches the version in static registry.
*
* @parampackageName
* @paramcurrentVersion
* @paramoptions
* @returns A promise that fulfills to string value or null
*/exportdeclareconstlatest: GetVersion;