//#region src/utils/string.d.ts
declare function capitalizeFirstLetter(str: string): string;
//#endregion
export { capitalizeFirstLetter };