import { TalkAction as TalkAction$1 } from '../../types/NCCO/TalkAction.mjs';
import '../../enums/NCCOActions.mjs';
import '../../enums/TTSLanguages.mjs';

/**
 * @deprecated This interface is deprecated. Please update to use the TalkActionType type
 */
type TalkAction = TalkAction$1;

export type { TalkAction };
