/** Types of statistics available for the web hosting */
export declare enum StatisticsTypeEnum {
    'in_ftpCommands' = "in.ftpCommands",
    'in_httpHits' = "in.httpHits",
    'in_httpMeanResponseTime' = "in.httpMeanResponseTime",
    'out_tcpConn' = "out.tcpConn",
    'sys_cpuUsage' = "sys.cpuUsage",
    'sys_workerSpawnOverload' = "sys.workerSpawnOverload"
}
//# sourceMappingURL=StatisticsTypeEnum.d.ts.map