import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataSourceAggregatedResultDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private j;
    get itemRef(): string;
    set itemRef(a: string);
    private k;
    get transactionType(): string;
    set transactionType(a: string);
    private f;
    get keys(): string[];
    set keys(a: string[]);
    private l;
    get valuesRef(): string;
    set valuesRef(a: string);
}
