/** Available periods for the VPS monitoring */
export declare enum VpsMonitoringPeriodEnum {
    'lastday' = "lastday",
    'lastmonth' = "lastmonth",
    'lastweek' = "lastweek",
    'lastyear' = "lastyear",
    'today' = "today"
}
//# sourceMappingURL=VpsMonitoringPeriodEnum.d.ts.map