import type { CrudOperators } from "@refinedev/core"; export declare const mapOperator: (operator: CrudOperators) => "eq" | "ne" | "lt" | "gt" | "lte" | "gte" | "in" | "ina" | "nina" | "contains" | "between" | "nbetween" | "null" | "nstartswith" | "startswiths" | "nstartswiths" | "nendswith" | "endswiths" | "nendswiths" | "or" | "and" | "startsWith" | "endsWith" | "notIn" | "notContainsi" | "notContains" | "containsi" | "notNull"; //# sourceMappingURL=mapOperator.d.ts.map