import { NotifyAction as NotifyAction$1 } from '../../types/NCCO/NotifyAction.js'; import '../../enums/NCCOActions.js'; /** * @deprecated This interface is deprecated. Please update to use the NotifyActionType type */ type NotifyAction = NotifyAction$1; export type { NotifyAction };