declare function splitCase(str: string): string[]; export default splitCase;