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