declare const getAsciiCodeForChar: (char: string) => number;
export { getAsciiCodeForChar };
export default getAsciiCodeForChar;
