export declare const capitalizeFirstLetter: <T extends string = string>(str: T) => Capitalize<T>;
//# sourceMappingURL=capitalizeFirstLetter.d.ts.map