export declare function capitalizeWords(str: string): string;
export declare function humanize(str: string): string;
