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