/** Enum values for the type of the statistics */
export declare enum MetricsTypeEnum {
    'error:download' = "error:download",
    'error:upload' = "error:upload",
    'light:in' = "light:in",
    'light:out' = "light:out",
    'traffic:download' = "traffic:download",
    'traffic:upload' = "traffic:upload"
}
//# sourceMappingURL=MetricsTypeEnum.d.ts.map