import { Arg } from "../types/arg.js";
/**
 * Checks if an object meets the criteria specified in the fields with operators.
 */
export default function hasFieldsAdvanced(obj: Object, fields: Arg): any;
