export * from './AssociatedId';
export * from './BatchInputPublicAssociation';
export * from './BatchInputPublicObjectId';
export * from './BatchResponsePublicAssociation';
export * from './BatchResponsePublicAssociationMulti';
export * from './CollectionResponsePublicAssociationDefiniton';
export * from './ErrorCategory';
export * from './ErrorDetail';
export * from './ModelError';
export * from './NextPage';
export * from './Paging';
export * from './PublicAssociation';
export * from './PublicAssociationDefiniton';
export * from './PublicAssociationMulti';
export * from './PublicObjectId';
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;
}
