/** * Capitalize first letter of a string */ export declare function capitalizeFirstLetter(str: string): string;