import { RandomAccessCollectionResponseWithTotalHubDbTableRowV3 } from '../models/RandomAccessCollectionResponseWithTotalHubDbTableRowV3';
import { StreamingCollectionResponseWithTotalHubDbTableRowV3 } from '../models/StreamingCollectionResponseWithTotalHubDbTableRowV3';
export type UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3 = RandomAccessCollectionResponseWithTotalHubDbTableRowV3 | StreamingCollectionResponseWithTotalHubDbTableRowV3;
export declare class UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class {
    static readonly discriminator: string | undefined;
    static readonly mapping: {
        [index: string]: string;
    } | undefined;
}
