declare const upperFirst: (str: string) => string;

export { upperFirst };
