/** * Capitalizes the first letter of a string. */ export declare const capitalize: (str: string) => string; //# sourceMappingURL=string.d.ts.map