import { JsOperatorFunction } from '../operator.type';
export declare const notEqual: JsOperatorFunction;
