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