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;
    constructor();
    private g;
    get children(): string;
    set children(a: string);
    private j;
    get records(): string;
    set records(a: string);
    private f;
    get aggregations(): string;
    set aggregations(a: string);
    private i;
    get level(): string;
    set level(a: string);
    private h;
    get columnDimensionSeparator(): string;
    set columnDimensionSeparator(a: string);
    private k;
    get rowDimensionSeparator(): string;
    set rowDimensionSeparator(a: string);
}
