/**
 * 最新是3.1版, 但@types/heremaps和以前的项目都用的是3.0版, 故当前先用3.0...
 * TODO: 改成使用3.1版实现
 **/
export declare const HERE_SUPPORTED_VERSIONS: readonly ["3.0"];
/**
 * 当前@types/heremaps是v3.0版, 和v3.1版api有区别, 若要使用3.1版, 需要用这个方法来做到类型注解兼容...
 * @see https://developer.here.com/documentation/maps/topics/migration.html
 */
export declare function ensureHereV31(): void;
