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