export type OperatorsCategory = "Array" | "Range" | "Enum" | "Domain" | "Scalar";
export declare const $$filters: unique symbol;
