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