import { FilterKey, FilterOperator, FilterTypeMap } from '../types/sqon';
export declare const createFilter: <Key extends FilterKey>(fieldName: string, op: Key, value: FilterTypeMap[Key]["content"]["value"]) => FilterOperator;
