/** Enum values for the period of the statistics */
export declare enum MetricsPeriodEnum {
    'daily' = "daily",
    'hourly' = "hourly",
    'weekly' = "weekly"
}
//# sourceMappingURL=MetricsPeriodEnum.d.ts.map