import { GetExtendedContactDetailsAllOfStatisticsClicked } from './getExtendedContactDetailsAllOfStatisticsClicked'; import { GetExtendedContactDetailsAllOfStatisticsMessagesSent } from './getExtendedContactDetailsAllOfStatisticsMessagesSent'; import { GetExtendedContactDetailsAllOfStatisticsOpened } from './getExtendedContactDetailsAllOfStatisticsOpened'; import { GetExtendedContactDetailsAllOfStatisticsUnsubscriptions } from './getExtendedContactDetailsAllOfStatisticsUnsubscriptions'; export declare class GetExtendedContactDetailsAllOfStatistics { 'messagesSent'?: Array; 'hardBounces'?: Array; 'softBounces'?: Array; 'complaints'?: Array; 'unsubscriptions'?: GetExtendedContactDetailsAllOfStatisticsUnsubscriptions; '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; }[]; }