export * from './AttachToLangPrimaryRequestVNext';
export * from './BatchInputBlogAuthor';
export * from './BatchInputJsonNode';
export * from './BatchInputString';
export * from './BatchResponseBlogAuthor';
export * from './BatchResponseBlogAuthorWithErrors';
export * from './BlogAuthor';
export * from './BlogAuthorCloneRequestVNext';
export * from './CollectionResponseWithTotalBlogAuthorForwardPaging';
export * from './DetachFromLangGroupRequestVNext';
export * from './ErrorDetail';
export * from './ForwardPaging';
export * from './ModelError';
export * from './NextPage';
export * from './SetNewLanguagePrimaryRequestVNext';
export * from './StandardError';
export * from './UpdateLanguagesRequestVNext';
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;
}
