import { FunctionDefinition } from '../constants/interfaces';
/**
 * `LOWER` Returns the string give it in lower case.
 */
export declare const LOWER: FunctionDefinition;
