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