import { Operator } from './types.js';
export declare function toSqlOperator(op: Operator): string;
export declare function toMongoOperator(op: Operator): string;
