export declare function uncapitalizeFirstLetter(str: string): string;
