declare function dotCase(str: string): string;

export = dotCase;
