/** Frequency between notifications. */
export declare enum FrequencyEnum {
    'Key_1h' = "1h",
    'Key_5m' = "5m",
    'Key_6h' = "6h",
    'once' = "once"
}
//# sourceMappingURL=FrequencyEnum.d.ts.map