import { Description } from "./Description";
import { WebPivotDimensionDescription } from "./WebPivotDimensionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebDimensionsChangeDetailDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private k;
    get dimensions(): WebPivotDimensionDescription[];
    set dimensions(a: WebPivotDimensionDescription[]);
    private o;
    get dimensionCollectionType(): string;
    set dimensionCollectionType(a: string);
}
