export * from './AssociatedId';
export * from './BatchInputSimplePublicObjectBatchInput';
export * from './BatchInputSimplePublicObjectId';
export * from './BatchInputSimplePublicObjectInput';
export * from './BatchReadInputSimplePublicObjectId';
export * from './BatchResponseSimplePublicObject';
export * from './BatchResponseSimplePublicObjectWithErrors';
export * from './CollectionResponseAssociatedId';
export * from './CollectionResponseAssociatedIdForwardPaging';
export * from './CollectionResponseSimplePublicObjectWithAssociationsForwardPaging';
export * from './CollectionResponseWithTotalSimplePublicObjectForwardPaging';
export * from './ErrorCategory';
export * from './ErrorDetail';
export * from './Filter';
export * from './FilterGroup';
export * from './ForwardPaging';
export * from './ModelError';
export * from './NextPage';
export * from './Paging';
export * from './PreviousPage';
export * from './PublicMergeInput';
export * from './PublicObjectSearchRequest';
export * from './SimplePublicObject';
export * from './SimplePublicObjectBatchInput';
export * from './SimplePublicObjectId';
export * from './SimplePublicObjectInput';
export * from './SimplePublicObjectWithAssociations';
export * from './StandardError';
export * from './ValueWithTimestamp';
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;
}
