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