import { AnyObject, Options } from "../../../types";
/**
 * Returns the result of a bitwise and operation on an array of int or long values.
 */
export declare const $bitAnd: (obj: AnyObject, expr: AnyObject, options: Options) => number;
