import { Any, AnyObject, Options } from"../../../types";
/**
* Returns the boolean value that is the opposite of its argument expression. Accepts a single argument expression.
*/exportdeclareconst$not: (obj: AnyObject, expr: Any, options: Options) =>Any;