import { Operators } from "../types/Operator";
import { SchemaPropertyType } from "../types/SchemaProperty";
export declare function OperatorMapper({ type, value }: Operators, propertyName: string, propertyType: SchemaPropertyType): string;
