/**
 * Return the specified character expression in lowercase letters.
 * @param {string} value
 * @return string
 */
export declare const toLower: (target: string) => string;
