declare const isFirstCharUnderscore: (str: string) => boolean; export { isFirstCharUnderscore }; export default isFirstCharUnderscore;