export declare enum NotificationActionTypeEnum {
    URL = "url",
    FUNCTION = "function",
    CUSTOM = "custom"
}
