/** The media support used to be contacted in case of alert */
export declare enum SupportEnum {
    'both' = "both",
    'mail' = "mail",
    'sms' = "sms"
}
//# sourceMappingURL=SupportEnum.d.ts.map