declare function lowerCase(str: string): string;

export = lowerCase;
