declare const capitalize: (str: string) => string;
export { capitalize };
