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