import { MongoQueryOperators } from './types';
export declare function hasOperators(value: any): value is MongoQueryOperators;
