/** * upper case alphabet string */ declare const AlphabetUppercase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; export default AlphabetUppercase;