import { SIPEndpoint } from '../../types/Endpoint/SIPEndpoint.js'; /** * @deprecated This interface is deprecated. Please update to use the SIPEndpoint type */ type SIPEndpointObject = SIPEndpoint; export type { SIPEndpointObject };