export * from './BatchInputMarketingEventCreateRequestParams';
export * from './BatchInputMarketingEventEmailSubscriber';
export * from './BatchInputMarketingEventExternalUniqueIdentifier';
export * from './BatchInputMarketingEventSubscriber';
export * from './BatchResponseMarketingEventPublicDefaultResponse';
export * from './CollectionResponseMarketingEventExternalUniqueIdentifierNoPaging';
export * from './ErrorCategory';
export * from './ErrorDetail';
export * from './EventDetailSettings';
export * from './EventDetailSettingsUrl';
export * from './MarketingEventCreateRequestParams';
export * from './MarketingEventDefaultResponse';
export * from './MarketingEventEmailSubscriber';
export * from './MarketingEventExternalUniqueIdentifier';
export * from './MarketingEventPublicDefaultResponse';
export * from './MarketingEventPublicReadResponse';
export * from './MarketingEventSubscriber';
export * from './MarketingEventUpdateRequestParams';
export * from './ModelError';
export * from './PropertyValue';
export * from './StandardError';
export declare class ObjectSerializer {
    static findCorrectType(data: any, expectedType: string): any;
    static serialize(data: any, type: string, format: string): any;
    static deserialize(data: any, type: string, format: string): any;
    static normalizeMediaType(mediaType: string | undefined): string | undefined;
    static getPreferredMediaType(mediaTypes: Array<string>): string;
    static stringify(data: any, mediaType: string): string;
    static parse(rawData: string, mediaType: string | undefined): any;
}
