/**
 * Notification template type
 */
export declare enum SCNotificationObjectTemplateType {
    SNIPPET = "snippet",
    DETAIL = "detail",
    TOAST = "toast"
}
