export * from './BatchInputPropertyCreate';
export * from './BatchInputPropertyName';
export * from './BatchReadInputPropertyName';
export * from './BatchResponseProperty';
export * from './CollectionResponseProperty';
export * from './CollectionResponsePropertyGroup';
export * from './ErrorCategory';
export * from './ErrorDetail';
export * from './ModelError';
export * from './NextPage';
export * from './Option';
export * from './OptionInput';
export * from './Paging';
export * from './Property';
export * from './PropertyCreate';
export * from './PropertyGroup';
export * from './PropertyGroupCreate';
export * from './PropertyGroupUpdate';
export * from './PropertyModificationMetadata';
export * from './PropertyName';
export * from './PropertyUpdate';
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;
}
