import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebFilteringOperationDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private n;
    get isUnary(): boolean;
    set isUnary(a: boolean);
    private m;
    get isNestedQuery(): boolean;
    set isNestedQuery(a: boolean);
    private s;
    get iconName(): string;
    set iconName(a: string);
    private l;
    get hidden(): boolean;
    set hidden(a: boolean);
    private t;
    get logicRef(): string;
    set logicRef(a: string);
}
