export declare enum Operator { And = "AND", Or = "OR", Not = "NOT" }