import { SMSResponse } from './SMSResponse.mjs'; import './SMSErrorMessageResponse.mjs'; import '../../enums/SMSStatus.mjs'; import './SMSMessageResponse.mjs'; /** * Deprecated type alias for `SMSResponse`. * * Please use `SMSResponse` instead. * * @deprecated Use `SMSResponse` instead. */ type SendSMSResponse = SMSResponse; export type { SendSMSResponse };