import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class AxisMatcherDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private t;
    get title(): string;
    set title(a: string);
    private l;
    get index(): number;
    set index(a: number);
    private s;
    get memberPathType(): string;
    set memberPathType(a: string);
    private r;
    get memberPath(): string;
    set memberPath(a: string);
    private q;
    get axisType(): string;
    set axisType(a: string);
    private m;
    get typedIndex(): number;
    set typedIndex(a: number);
}
