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