export * from './Angle';
export * from './AttachToLangPrimaryRequestVNext';
export * from './BackgroundImage';
export * from './BatchInputBlogPost';
export * from './BatchInputJsonNode';
export * from './BatchInputString';
export * from './BatchResponseBlogPost';
export * from './BatchResponseBlogPostWithErrors';
export * from './BlogPost';
export * from './BlogPostLanguageCloneRequestVNext';
export * from './CollectionResponseWithTotalBlogPostForwardPaging';
export * from './CollectionResponseWithTotalVersionBlogPost';
export * from './ColorStop';
export * from './ContentCloneRequestVNext';
export * from './ContentLanguageVariation';
export * from './ContentScheduleRequestVNext';
export * from './DetachFromLangGroupRequestVNext';
export * from './ErrorDetail';
export * from './ForwardPaging';
export * from './Gradient';
export * from './LayoutSection';
export * from './ModelError';
export * from './NextPage';
export * from './Paging';
export * from './PreviousPage';
export * from './RGBAColor';
export * from './RowMetaData';
export * from './SetNewLanguagePrimaryRequestVNext';
export * from './SideOrCorner';
export * from './StandardError';
export * from './Styles';
export * from './UpdateLanguagesRequestVNext';
export * from './VersionBlogPost';
export * from './VersionUser';
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;
}
