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