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