import { VirtualDataSourceDescription } from "./VirtualDataSourceDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GenericInternalVirtualDataSourceDescription extends VirtualDataSourceDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private bf;
    get isAggregationSupported(): boolean;
    set isAggregationSupported(a: boolean);
    private bg;
    get isClone(): boolean;
    set isClone(a: boolean);
    private bj;
    get pageRequestedRef(): string;
    set pageRequestedRef(a: string);
}
