import { Any, Options } from"../../../types";
/**
* Matches numeric or binary values in which a set of bit positions all have a value of 1.
*/exportdeclareconst$bitsAllSet: (selector: string, value: Any, _options: Options) =>(_: import("../../../types").AnyObject) =>boolean;