/** * Converts all the alphabetic characters in a string to lowercase. */ export declare function toLowerCase(): (string: string) => string;