import { LinkInner } from './linkInner'; import { MessageResponseSummaryMessageresponsesInner } from './messageResponseSummaryMessageresponsesInner'; export declare class GetMessageResponsesById200Response { 'messageresponses': Set; 'link': Array; 'status'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }