export declare function lowerCase(str: string): string; export declare function upperCase(str: string): string; export declare function dashToUnderscore(str: any): any;