/** Delivery protocol used for sending this message. */ export declare const MessageProtocolEnum: { readonly Sms: "SMS"; readonly Mms: "MMS"; readonly Rcs: "RCS"; }; export type MessageProtocolEnum = (typeof MessageProtocolEnum)[keyof typeof MessageProtocolEnum];