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

export = splitCase;
