declare const alphabetMap: { [x: string]: { [x: string]: number; }; }; export default alphabetMap;