import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FilterOperandDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private n;
    get iD(): string;
    set iD(a: string);
    private j;
    get displayName(): string;
    set displayName(a: string);
    private m;
    get icon(): string;
    set icon(a: string);
    private g;
    get isInputRequired(): boolean;
    set isInputRequired(a: boolean);
    private k;
    get editorType(): string;
    set editorType(a: string);
    private l;
    get filterRequestedRef(): string;
    set filterRequestedRef(a: string);
}
