/** Type of notification. */
export declare enum TypeEnum {
    'mail' = "mail",
    'sms' = "sms"
}
//# sourceMappingURL=TypeEnum.d.ts.map