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