import { Any, AnyObject, Options } from"../../../types";
/**
* Returns the result of a bitwise not operation on a single argument or an array that contains a single int or long value.
*/exportdeclareconst$bitNot: (obj: AnyObject, expr: Any, options: Options) =>Any;