export declare const SmsConversationInfoDirection: { readonly Inbound: "inbound"; readonly Outbound: "outbound"; }; export type SmsConversationInfoDirection = (typeof SmsConversationInfoDirection)[keyof typeof SmsConversationInfoDirection];