export declare class MessageResponseDetailedMessageresponsesInnerResponseMessage { 'content': string; 'acknowledged': string; 'channel': MessageResponseDetailedMessageresponsesInnerResponseMessage.ChannelEnum; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace MessageResponseDetailedMessageresponsesInnerResponseMessage { enum ChannelEnum { NA, Sms, Email, Voice } }