import { FunctionDefinition } from '../constants/interfaces';
/**
 * `ROUND` Returns a number rounded to the next greatest even integer.
 */
export declare const ROUND: FunctionDefinition;
