export declare type ComparisonOperator = "$lt" | "$lte" | "$gt" | "$gte" | "$mod" | "$type";