//#region src/_util/capitalize.d.ts declare function capitalize(str: T): Capitalize; //#endregion export { capitalize as default };