import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebPivotKeysDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private n;
    get children(): string;
    set children(a: string);
    private q;
    get records(): string;
    set records(a: string);
    private m;
    get aggregations(): string;
    set aggregations(a: string);
    private p;
    get level(): string;
    set level(a: string);
    private o;
    get columnDimensionSeparator(): string;
    set columnDimensionSeparator(a: string);
    private r;
    get rowDimensionSeparator(): string;
    set rowDimensionSeparator(a: string);
}
