/** Type of messaging profile associated with the phone number. */ export declare const MessagingProfileEnum: { readonly TollFree: "TOLL_FREE"; readonly TenDlc: "10DLC"; }; export type MessagingProfileEnum = (typeof MessagingProfileEnum)[keyof typeof MessagingProfileEnum];