/** Period of time used to determine license statistics */
export declare enum LicensePeriodEnum {
    'lastMonth' = "lastMonth",
    'lastQuarter' = "lastQuarter",
    'lastWeek' = "lastWeek",
    'lastYear' = "lastYear"
}
//# sourceMappingURL=LicensePeriodEnum.d.ts.map