import { MongoQueryOperators } from './types';
export declare const hasOwn: (object: object, key: PropertyKey) => boolean;
export declare function hasOperators(value: any): value is MongoQueryOperators;
