declare function capitalize(str: string): string;

export = capitalize;
