/**
 *
 * toLower case
 *
 * @since 5.19.0
 * @category String
 * @param value The string to convert.
 * @returns Returns the lower cased string.
 */
export declare function toLower(value: string): string;
export default toLower;
