/** * Set LowerCase for the first character * * @return {String} new string if string is not null otherwise same string */ export default function toLowerCaseFirst(this: string): string;