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