import { CrudOperators } from "@refinedev/core";
export declare const mapOperator: (operator: CrudOperators) => string;
