declare const lastChar: (str: string) => string; export default lastChar;