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 p;
    get item(): any;
    set item(a: any);
    private s;
    get transactionType(): string;
    set transactionType(a: string);
    private k;
    get keys(): string[];
    set keys(a: string[]);
    private l;
    get values(): any[];
    set values(a: any[]);
}
