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