/** * Returns a boolean indicating whether a specified value is not an array. * Note: This expression operator is missing from the documentation * * @param {Object} obj * @param {Array} expr */ export declare const $nin: (obj: object, expr: any, options: import("../../../core").Options) => boolean;