declare class APIConstant { static readonly METERING_HTTP_DOWNLOAD_VERSION = "v1.1"; static readonly METERING_P2P_DOWNLOAD_VERSION = "v1.0"; } export { APIConstant };