export { lowerFirst, upperFirst, camelCase, } from 'lodash-es';
export declare function pascalCase(str?: string): string;
export declare function constantCase(str?: string): string;
export declare function dotCase(str?: string): string;
export declare function pathCase(str?: string): string;
export declare function sentenceCase(str?: string): string;
export declare function titleCase(str?: string): string;
