export * from './BatchInputHubDbTableRowV3Request';
export * from './BatchInputJsonNode';
export * from './BatchInputString';
export * from './BatchResponseHubDbTableRowV3';
export * from './BatchResponseHubDbTableRowV3WithErrors';
export * from './CollectionResponseWithTotalHubDbTableRowV3ForwardPaging';
export * from './CollectionResponseWithTotalHubDbTableV3ForwardPaging';
export * from './Column';
export * from './ColumnRequest';
export * from './ErrorDetail';
export * from './ForeignId';
export * from './ForwardPaging';
export * from './HubDbTableCloneRequest';
export * from './HubDbTableRowV3';
export * from './HubDbTableRowV3Request';
export * from './HubDbTableV3';
export * from './HubDbTableV3Request';
export * from './ImportResult';
export * from './ModelError';
export * from './NextPage';
export * from './Option';
export * from './SimpleUser';
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;
}
