declare function upperCase(str: string): string; export = upperCase;