/** Period of the statistics */
export declare enum StatsPeriodEnum {
    'day' = "day",
    'month' = "month",
    'week' = "week"
}
//# sourceMappingURL=StatsPeriodEnum.d.ts.map