export type Operator = "==" | "!=" | "<" | "<=" | ">" | ">=";
//# sourceMappingURL=Operator.type.d.ts.map