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 s;
    get iD(): string;
    set iD(a: string);
    private o;
    get displayName(): string;
    set displayName(a: string);
    private r;
    get icon(): string;
    set icon(a: string);
    private l;
    get isInputRequired(): boolean;
    set isInputRequired(a: boolean);
    private p;
    get editorType(): string;
    set editorType(a: string);
    private q;
    get filterRequestedRef(): string;
    set filterRequestedRef(a: string);
}
