export declare function capitalizeFirstLetter(text: string): string;
