import { GetContactCampaignStatsClicked } from './getContactCampaignStatsClicked'; import { GetContactCampaignStatsOpened } from './getContactCampaignStatsOpened'; import { GetContactCampaignStatsTransacAttributes } from './getContactCampaignStatsTransacAttributes'; import { GetContactCampaignStatsUnsubscriptions } from './getContactCampaignStatsUnsubscriptions'; import { GetExtendedContactDetailsAllOfStatisticsMessagesSent } from './getExtendedContactDetailsAllOfStatisticsMessagesSent'; export declare class GetContactCampaignStats { 'messagesSent'?: Array; 'hardBounces'?: Array; 'softBounces'?: Array; 'complaints'?: Array; 'unsubscriptions'?: GetContactCampaignStatsUnsubscriptions; 'opened'?: Array; 'clicked'?: Array; 'transacAttributes'?: Array; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }