declare function dotCase(str: string): string; export default dotCase;