import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebPivotAggregatorDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private o;
    get key(): string;
    set key(a: string);
    private p;
    get label(): string;
    set label(a: string);
    private m;
    get aggregatorName(): string;
    set aggregatorName(a: string);
    private n;
    get aggregatorRef(): string;
    set aggregatorRef(a: string);
}
