export * from './App';
export * from './BadRequestError';
export * from './BasicNotification';
export * from './BasicNotificationAllOf';
export * from './BasicNotificationAllOfAndroidBackgroundLayout';
export * from './BeginLiveActivityRequest';
export * from './Button';
export * from './CancelNotificationSuccessResponse';
export * from './CreateNotificationSuccessResponse';
export * from './CreatePlayerSuccessResponse';
export * from './CreateSegmentConflictResponse';
export * from './CreateSegmentSuccessResponse';
export * from './CreateSubscriptionRequestBody';
export * from './CreateUserConflictResponse';
export * from './CreateUserConflictResponseErrorsInner';
export * from './CreateUserConflictResponseErrorsItemsMeta';
export * from './DeletePlayerNotFoundResponse';
export * from './DeletePlayerSuccessResponse';
export * from './DeleteSegmentNotFoundResponse';
export * from './DeleteSegmentSuccessResponse';
export * from './DeliveryData';
export * from './ExportPlayersRequestBody';
export * from './ExportPlayersSuccessResponse';
export * from './Filter';
export * from './FilterExpressions';
export * from './GetNotificationRequestBody';
export * from './IdentifyUserConflictResponse';
export * from './IdentifyUserConflictResponseErrorsInner';
export * from './InlineResponse200';
export * from './InlineResponse2003';
export * from './InlineResponse201';
export * from './InlineResponse202';
export * from './InvalidIdentifierError';
export * from './Notification';
export * from './Notification200Errors';
export * from './NotificationAllOf';
export * from './NotificationHistorySuccessResponse';
export * from './NotificationSlice';
export * from './NotificationTarget';
export * from './NotificationWithMeta';
export * from './NotificationWithMetaAllOf';
export * from './Operator';
export * from './OutcomeData';
export * from './OutcomesData';
export * from './PlatformDeliveryData';
export * from './PlatformDeliveryDataEmailAllOf';
export * from './PlatformDeliveryDataSmsAllOf';
export * from './Player';
export * from './PlayerNotificationTarget';
export * from './PlayerNotificationTargetIncludeAliases';
export * from './PlayerSlice';
export * from './PropertiesDeltas';
export * from './PropertiesObject';
export * from './Purchase';
export * from './Segment';
export * from './SegmentNotificationTarget';
export * from './StringMap';
export * from './SubscriptionObject';
export * from './TransferSubscriptionRequestBody';
export * from './UpdateLiveActivityRequest';
export * from './UpdateLiveActivitySuccessResponse';
export * from './UpdatePlayerSuccessResponse';
export * from './UpdatePlayerTagsRequestBody';
export * from './UpdatePlayerTagsSuccessResponse';
export * from './UpdateSubscriptionRequestBody';
export * from './UpdateUserRequest';
export * from './User';
export * from './UserIdentityRequestBody';
export * from './UserIdentityResponse';
export * from './UserSubscriptionOptions';
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;
}
