import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { SipMediaEncryptionEnum } from "./SipMediaEncryptionEnum"; export declare const GetPhoneNumberInboundSipTrunkConfigResponseModel: core.serialization.ObjectSchema; export declare namespace GetPhoneNumberInboundSipTrunkConfigResponseModel { interface Raw { allowed_addresses: string[]; allowed_numbers?: string[] | null; media_encryption: SipMediaEncryptionEnum.Raw; has_auth_credentials: boolean; username?: string | null; remote_domains?: string[] | null; } }