declare const isCharUnderscore: (char: string) => boolean; export { isCharUnderscore }; export default isCharUnderscore;