/** * lower case alphabet string */ declare const AlphabetLowercase = "abcdefghijklmnopqrstuvwxyz"; export default AlphabetLowercase;