export declare function upperFirst(str: string): string; export declare function lowerFirst(str: string): string; export declare function camelCase(str: string): string; export declare function pascalCase(str: string): string;