export declare const capitalizeFirstLetter: (str: string) => string;
