// Type definitions for humanize-string 1.0 // Project: https://github.com/sindresorhus/humanize-string/ // Definitions by: Kevin Nacios // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function humanizeString(text: string): string; export = humanizeString;