declare class ReportConstant { static readonly FALLBACK_PLATFORM_ID = "0"; static readonly DURATION_OF_WMA_DATA = 60; static readonly HTTP_DOWNLOAD_REPORT_BATCH_SIZE = 20; static readonly P2P_DOWNLOAD_REPORT_BATCH_SIZE = 20; } export { ReportConstant };