export type OperatorMapKey = keyof typeof operatorMap;
export declare const operatorMap: {
    all: string;
    equals: string;
    exists: string;
    greater_than: string;
    greater_than_equal: string;
    in: string;
    intersects: string;
    less_than: string;
    less_than_equal: string;
    near: string;
    not_equals: string;
    not_in: string;
    within: string;
};
//# sourceMappingURL=operatorMap.d.ts.map