declare function upperFirst(str: string): string;

export = upperFirst;
