export declare function underscore(str: string): string; export declare function upperCamelCase(str: string): string; export declare function lowerCamelCase(str: string): string; export declare function pluralize(str: string): string; export declare function singularize(str: string): string;