/** * Notifier Type Mapping. */ export declare enum NotifierType { /** * Callback notifier type. */ CALLBACK = "CALLBACK" }