import { FunctionDefinition } from '../constants/interfaces';
/**
 * `OR` Returns true if any expressions are truthy; otherwise, it will return false.
 */
export declare const OR: FunctionDefinition;
